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/gamestates/GSClient.h

    r3106 r3107  
    3030#define _GSClient_H__
    3131
    32 #include "SpecialConfig.h"
    3332#include "OrxonoxPrereqs.h"
    3433#include "network/NetworkPrereqs.h"
     
    3837namespace orxonox
    3938{
    40 #ifdef GGZMOD_FOUND
    41     class _OrxonoxExport GGZClient;
    42 #endif /* GGZMOD_FOUND */
    43 
    4439    class _OrxonoxExport GSClient : public GameState<GSGraphics>, public GSLevel
    4540    {
     
    4742        GSClient();
    4843        ~GSClient();
     44        void connect(const std::string& address, int port);
    4945
    5046    private:
     
    5450
    5551        Client* client_;
    56 #ifdef GGZMOD_FOUND
    5752        GGZClient* ggzClient;
    58 #endif /* GGZMOD_FOUND */
    5953    };
    6054}
Note: See TracChangeset for help on using the changeset viewer.