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/GSIOConsole.h

    r5738 r5842  
    3030#define _GSIOConsole_H__
    3131
    32 #include "gamestates/GameStatesPrereqs.h"
     32#include "OrxonoxPrereqs.h"
    3333#include "core/GameState.h"
    3434
    3535namespace orxonox
    3636{
    37     class _GameStatesExport GSIOConsole : public GameState
     37    class _OrxonoxExport GSIOConsole : public GameState
    3838    {
    3939    public:
Note: See TracChangeset for help on using the changeset viewer.