Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 20, 2009, 8:47:08 PM (15 years ago)
Author:
adrfried
Message:

some ggz things

File:
1 edited

Legend:

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

    r2171 r3000  
    2323 *      Reto Grieder
    2424 *   Co-authors:
    25  *      ...
     25 *      Adrian Friedli
    2626 *
    2727 */
     
    3434#include "GSLevel.h"
    3535#include "GSGraphics.h"
     36#ifdef HAS_GGZ
     37#include "GGZClient.h"
     38#endif /* HAS_GGZ */
    3639
    3740namespace orxonox
     
    5053
    5154        Client* client_;
     55#ifdef HAS_GGZ
     56        GGZClient* ggzClient;
     57#endif /* HAS_GGZ */
     58
    5259    };
    5360}
Note: See TracChangeset for help on using the changeset viewer.