.
This commit is contained in:
		| @ -4,7 +4,7 @@ | ||||
| #include <string> | ||||
| #include <vector> | ||||
|  | ||||
| class Payload; //TODO | ||||
| class Payload; | ||||
|  | ||||
| class Connection | ||||
| { | ||||
|  | ||||
							
								
								
									
										2
									
								
								Makefile
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								Makefile
									
									
									
									
									
								
							| @ -7,7 +7,7 @@ SOURCES=$(wildcard *.cpp) | ||||
| all: mcping | ||||
|  | ||||
| mcping: $(SOURCES) | ||||
| 	$(CXX) $(CXXFLAGS) -o $< $(SOURCES) $(LDLIBS)	 | ||||
| 	$(CXX) $(CXXFLAGS) -o $@ $(SOURCES) $(LDLIBS)	 | ||||
|  | ||||
| run: mcping | ||||
| 	./mcping | ||||
|  | ||||
							
								
								
									
										0
									
								
								Payload.cpp
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										0
									
								
								Payload.cpp
									
									
									
									
									
										Normal file
									
								
							
		Reference in New Issue
	
	Block a user