Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 8, 2010, 1:49:39 PM (15 years ago)
Author:
smerkli
Message:

Before conversion of masterserver from module to library

File:
1 copied

Legend:

Unmodified
Added
Removed
  • code/branches/masterserver/src/orxonox/gamestates/GSMasterServer.h

    r7725 r7727  
    2121 *
    2222 *   Author:
    23  *      Reto Grieder
     23 *      Sandro 'smerkli' Merkli
    2424 *   Co-authors:
     25 *      Reto Grieder (Original GSServer.h file this was adapted from)
    2526 *      ...
    2627 *
    2728 */
    2829
    29 #ifndef _GSServer_H__
    30 #define _GSServer_H__
     30#ifndef _GSMasterServer_H__
     31#define _GSMasterServer_H__
    3132
    3233#include "OrxonoxPrereqs.h"
     
    3738namespace orxonox
    3839{
    39     class _OrxonoxExport GSServer : public GameState
     40    class _OrxonoxExport GSMasterServer : public GameState
    4041    {
    4142    public:
    42         GSServer(const GameStateInfo& info);
    43         ~GSServer();
     43        GSMasterServer(const GameStateInfo& info);
     44        ~GSMasterServer();
    4445
    4546        void activate();
     
    4849
    4950    private:
    50         Server* server_;
     51       
    5152    };
    5253}
Note: See TracChangeset for help on using the changeset viewer.