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

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