Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 12, 2007, 6:11:30 PM (18 years ago)
Author:
bknecht
Message:

should work again, sorry

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/FICN/src/orxonox/orxonox.h

    r462 r473  
    3939      void clientInit(std::string path);
    4040      void standalone(std::string path);
     41      void defineResources();
     42      void setupRenderSystem();
     43      void createRenderWindow();
     44      void initializeResourceGroups();
    4145      void createScene(void);
    4246      void setupScene();
     
    4650    private:
    4751
    48       //static Orxonox*       singletonRef_;
    4952      GraphicsEngine*       ogre_;      //!< our dearest graphics engine <3
    5053      std::string           dataPath_;  //!< path to data
     
    5659      OIS::InputManager*    inputManager_;
    5760      OrxListener*          frameListener_;
     61      Ogre::Root*           root_;
    5862  };
    5963}
Note: See TracChangeset for help on using the changeset viewer.