Changeset 3107 for code/branches/ggz/src/orxonox/GGZClient.h
- Timestamp:
- May 28, 2009, 11:47:22 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/ggz/src/orxonox/GGZClient.h
r3000 r3107 4 4 #include "OrxonoxPrereqs.h" 5 5 #include "objects/Tickable.h" 6 #include "gamestates/GSClient.h" 6 7 7 8 #include <ggzmod.h> … … 13 14 { 14 15 public: 15 GGZClient( );16 GGZClient(GSClient * client); 16 17 ~GGZClient(); 17 18 … … 23 24 static GGZClient* singletonRef_s; 24 25 26 GSClient * client; 25 27 GGZMod * ggzmod; 26 28 boost::asio::io_service io;
Note: See TracChangeset
for help on using the changeset viewer.