Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Mar 27, 2008, 5:15:08 PM (16 years ago)
Author:
rgrieder
Message:
  • added debug output to the InputHandler
  • fixed singleton issues
  • cleaned up Main.cc (replaced WinMain by main)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/network/src/orxonox/Orxonox.h

    r929 r934  
    4444
    4545      static Orxonox* getSingleton();
     46      static void destroy();
    4647
    4748   private:
     
    8687      gameMode              mode_;
    8788      std::string           serverIp_;
     89
     90      static Orxonox *singletonRef_s;
    8891  };
    8992}
Note: See TracChangeset for help on using the changeset viewer.