Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3660 in orxonox.OLD for orxonox/trunk/src/orxonox.h


Ignore:
Timestamp:
Mar 29, 2005, 11:50:51 AM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: now ResourceManager has the ability to unload resources by priority

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/orxonox.h

    r3655 r3660  
    2626  static Orxonox* singletonRef;
    2727  Orxonox ();
    28   virtual ~Orxonox ();
    2928
    3029  char configfilename[256];   //!< Filename of the configuration-file.
     
    5958 public:
    6059  static Orxonox* getInstance ();
     60  virtual ~Orxonox ();
     61
    6162  void start();
    6263  void quitGame();
Note: See TracChangeset for help on using the changeset viewer.