- Timestamp:
- Dec 3, 2012, 1:18:53 PM (12 years ago)
- Branches:
- master
- Children:
- 1a1aebd, 3b1efcc
- Parents:
- cbc595d
- git-author:
- dportnoy <dmp1488@…> (12/03/12 13:17:58)
- git-committer:
- dportnoy <dmp1488@…> (12/03/12 13:18:53)
- Location:
- client
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
client/Client/main.cpp
rcbc595d rb53c6b3 1 #include "../../common/compiler.h"2 3 1 #if defined WINDOWS 4 2 #include <winsock2.h> … … 23 21 #include <allegro5/allegro_ttf.h> 24 22 25 #include "../../common/message.h" 23 #include "../../common/Compiler.h" 24 #include "../../common/Message.h" 26 25 27 26 #include "Window.h" -
client/makefile
rcbc595d rb53c6b3 1 gameClient : ../common/ message.cpp Client/main.cpp1 gameClient : ../common/Message.cpp Client/main.cpp 2 2 g++ -o $@ $?
Note:
See TracChangeset
for help on using the changeset viewer.