Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 28, 2009, 11:47:22 PM (15 years ago)
Author:
adrfried
Message:

some more work on ggzclient

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/ggz/src/orxonox/GGZClient.h

    r3000 r3107  
    44#include "OrxonoxPrereqs.h"
    55#include "objects/Tickable.h"
     6#include "gamestates/GSClient.h"
    67
    78#include <ggzmod.h>
     
    1314    {
    1415        public:
    15             GGZClient();
     16            GGZClient(GSClient * client);
    1617            ~GGZClient();
    1718
     
    2324            static GGZClient* singletonRef_s;
    2425
     26            GSClient * client;
    2527            GGZMod * ggzmod;
    2628            boost::asio::io_service io;
Note: See TracChangeset for help on using the changeset viewer.