Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 6981 in orxonox.OLD for trunk/src/util/loading/game_loader.h


Ignore:
Timestamp:
Feb 2, 2006, 2:45:07 PM (18 years ago)
Author:
bensch
Message:

trunk: some virtuals

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/util/loading/game_loader.h

    r6862 r6981  
    4040{
    4141 public:
    42   ~GameLoader ();
     42  virtual ~GameLoader ();
    4343  /**  this class is a singleton class @returns an instance of itself  */
    4444  static GameLoader* getInstance() { if(singletonRef == NULL) singletonRef = new GameLoader(); return singletonRef; }
Note: See TracChangeset for help on using the changeset viewer.