Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Mar 19, 2009, 4:59:30 PM (15 years ago)
Author:
rgrieder
Message:

Added new class: Game
It represents basic operation related to the running game like start and stop or managing the new GameStates.
And since only three lines were left in Main.cc I thought I could move that to the very beginning of 'Game'.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/gui/src/orxonox/GraphicsManager.h

    r2801 r2805  
    3434 */
    3535
    36 #ifndef _GraphicsEngine_H__
    37 #define _GraphicsEngine_H__
     36#ifndef _GraphicsManager_H__
     37#define _GraphicsManager_H__
    3838
    3939#include "OrxonoxPrereqs.h"
     
    131131}
    132132
    133 #endif /* _GraphicsEngine_H__ */
     133#endif /* _GraphicsManager_H__ */
Note: See TracChangeset for help on using the changeset viewer.