Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 6355 in orxonox.OLD


Ignore:
Timestamp:
Dec 30, 2005, 8:46:54 PM (18 years ago)
Author:
patrick
Message:

network: added some world types

Location:
branches/network/src/story_entities
Files:
2 added
1 edited
2 moved

Legend:

Unmodified
Added
Removed
  • branches/network/src/story_entities/single_player_world.h

    r6354 r6355  
    11/*!
    2  * @file world.h
    3  *  Holds and manages all game data
     2 * @file single_player_world.h
     3 *  Holds and manages all single player game data
    44 */
    55
    6 #ifndef _WORLD_H
    7 #define _WORLD_H
     6#ifndef _SINGLE_PLAYER_WORLD_H
     7#define _SINGLE_PLAYER_WORLD_H
    88
    99#include "game_world.h"
     
    2424 *  it is the main driving factor during gameplay.
    2525 */
    26 class Planet : public GameWorld
     26class SinglePlayerWorld : public GameWorld
    2727{
    2828
    2929  public:
    30     Planet (const TiXmlElement* root = NULL);
    31     virtual ~Planet ();
     30    SinglePlayerWorld (const TiXmlElement* root = NULL);
     31    virtual ~SinglePlayerWorld ();
    3232
    3333    void loadParams(const TiXmlElement* root);
     
    8080};
    8181
    82 #endif /* _WORLD_H */
     82#endif /* _SINGLE_PLAYER_WORLD_H */
Note: See TracChangeset for help on using the changeset viewer.