Changeset 6319311 in network-game for common/Game.h
- Timestamp:
- Oct 1, 2013, 3:56:03 PM (12 years ago)
- Branches:
- master
- Children:
- 373089e
- Parents:
- 0693e25
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
common/Game.h
r0693e25 r6319311 4 4 #include "Compiler.h" 5 5 6 #if defined WINDOWS7 #include <winsock2.h>8 #include <WS2tcpip.h>9 #elif defined LINUX10 #include <netinet/in.h>11 #endif12 13 6 #include <string> 14 7 #include <map> 8 9 #ifdef WINDOWS 10 #define WIN32_LEAN_AND_MEAN 11 #endif 15 12 16 13 #include <allegro5/allegro_font.h> … … 48 45 void setBlueScore(int score); 49 46 void setRedScore(int score); 50 51 void drawPlayers(ALLEGRO_FONT* font, unsigned int curPlayerId);52 47 }; 53 48
Note:
See TracChangeset
for help on using the changeset viewer.