Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Sep 30, 2009, 6:13:09 PM (15 years ago)
Author:
rgrieder
Message:

Moved GameStates back to the orxonox library. This resolves an issue at startup if the command line arguments contained errors. Furthermore you can now simply not build the modules folder and still get a working orxonox.

DELETE ALL "libgamestates*" FILES (esp. in the modules output folder) to avoid problems with duplicate libraries!!!

Location:
code/branches/core5/src/orxonox/gamestates
Files:
1 edited
1 moved

Legend:

Unmodified
Added
Removed
  • code/branches/core5/src/orxonox/gamestates/GSMainMenu.h

    r5819 r5842  
    3030#define _GSMainMenu_H__
    3131
    32 #include "gamestates/GameStatesPrereqs.h"
     32#include "OrxonoxPrereqs.h"
    3333
    3434#include "util/OgreForwardRefs.h"
     
    3737namespace orxonox
    3838{
    39     class _GameStatesExport GSMainMenu : public GameState
     39    class _OrxonoxExport GSMainMenu : public GameState
    4040    {
    4141    public:
Note: See TracChangeset for help on using the changeset viewer.