Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/trunk/src/util/game_rules.h @ 7017

Last change on this file since 7017 was 7017, checked in by patrick, 18 years ago

trunk: adding game rules structure

File size: 249 bytes
Line 
1
2/*!
3 * @file game_rules.h
4 * Defines game rules for this game
5 */
6
7#ifndef _GAME_RULES_H
8#define _GAME_RULES_H
9
10#include "base_object.h"
11
12
13
14
15class GameRules : public BaseObject
16{
17
18  public:
19    GameRules();
20    virtual ~GameRules();
21
22  private:
23
24};
Note: See TracBrowser for help on using the repository browser.