Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Sep 10, 2008, 1:37:36 AM (16 years ago)
Author:
rgrieder
Message:

merged gui back to trunk.
update the media repository!

Location:
code/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • code/trunk

  • code/trunk/src/orxonox/OrxonoxPrereqs.h

    r1625 r1755  
    7474
    7575    class GraphicsEngine;
    76     class Orxonox;
     76    class Settings;
    7777
    7878    class RadarViewable;
     
    8484    class Backlight;
    8585    class Camera;
    86     class Fighter;
    8786    class Model;
    8887    class NPC;
     
    118117    class OverlayGroup;
    119118    class OverlayText;
     119
     120    //gui
     121    class GUIManager;
     122
     123    // game states
     124    class GSRoot;
     125    class GSGraphics;
     126    class GSIO;
     127    class GSIOConsole;
     128    class GSLevel;
     129    class GSStandalone;
     130    class GSServer;
     131    class GSClient;
     132    class GSGUI;
    120133}
    121134
     
    128141}
    129142
     143namespace CEGUI
     144{
     145    class LuaScriptModule;
     146
     147    class OgreCEGUIRenderer;
     148    class OgreCEGUIResourceProvider;
     149    class OgreCEGUITexture;
     150}
     151
     152struct lua_State;
     153
    130154#endif /* _OrxonoxPrereqs_H__ */
Note: See TracChangeset for help on using the changeset viewer.