Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Aug 5, 2008, 9:50:26 PM (16 years ago)
Author:
rgrieder
Message:
  • getInstance is probably more suitable than getSingleton (as x3n has already done so in most of his classes) I changed it in Orxonox and GraphicsEngine. Maybe more to come.
  • Removed derivation from BaseObject in InputState (templates work well too, don't need a factory at all)
File:
1 edited

Legend:

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

    r1646 r1653  
    8484    class Backlight;
    8585    class Camera;
    86     class Fighter;
    8786    class Model;
    8887    class NPC;
     
    131130}
    132131
     132namespace CEGUI
     133{
     134    class LuaScriptModule;
     135
     136    class OgreCEGUIRenderer;
     137    class OgreCEGUIResourceProvider;
     138    class OgreCEGUITexture;
     139}
     140
     141struct lua_State;
     142
    133143#endif /* _OrxonoxPrereqs_H__ */
Note: See TracChangeset for help on using the changeset viewer.