Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Aug 31, 2008, 5:50:42 PM (16 years ago)
Author:
rgrieder
Message:

Modified the GameState hierarchy so that you can get the parent with the actual type by calling getParent().

File:
1 edited

Legend:

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

    r1686 r1688  
    3333#include <OgrePrerequisites.h>
    3434#include "core/GameState.h"
     35#include "GSGraphics.h"
    3536
    3637namespace orxonox
    3738{
    38     class _OrxonoxExport GSLevel : public GameState
     39    class _OrxonoxExport GSLevel : public GameStateTyped<GSGraphics>
    3940    {
    4041    public:
Note: See TracChangeset for help on using the changeset viewer.