Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Aug 13, 2009, 9:52:14 PM (15 years ago)
Author:
landauf
Message:

Gamestates → GameStates (due to public request)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/libraries/src/orxonox/gamestates/GSGraphics.h

    r5638 r5643  
    3636#define _GSGraphics_H__
    3737
    38 #include "gamestates/GamestatesPrereqs.h"
     38#include "gamestates/GameStatesPrereqs.h"
    3939#include "core/GameState.h"
    4040
     
    4747        This game state is only left out if we start a dedicated server where no graphics are present.
    4848    */
    49     class _GamestatesExport GSGraphics : public GameState
     49    class _GameStatesExport GSGraphics : public GameState
    5050    {
    5151    public:
Note: See TracChangeset for help on using the changeset viewer.