Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Aug 12, 2009, 5:13:28 PM (15 years ago)
Author:
landauf
Message:

Put all gamestates into a new plugin (gamestates)

File:
1 edited

Legend:

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

    r3370 r5638  
    3030#define _GSLevel_H__
    3131
    32 #include "OrxonoxPrereqs.h"
     32#include "gamestates/GamestatesPrereqs.h"
    3333
    3434#include <string>
     
    3838namespace orxonox
    3939{
    40     class _OrxonoxExport GSLevel : public GameState, public OrxonoxClass
     40    class _GamestatesExport GSLevel : public GameState, public OrxonoxClass
    4141    {
    4242    public:
Note: See TracChangeset for help on using the changeset viewer.