Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 4, 2007, 5:00:41 PM (16 years ago)
Author:
rgrieder
Message:
  • added namespace Orxonox to every file
    • removed all the "using namespace Ogre" in the header files
  • cleaned up with the includes: attempt to include as little as possible to reduce compile time.
    • created a header file: orxonox_prerequisites.h
    • used OgrePrerequisites in the header files
    • avoided including "Ogre.h", using separate files instead
  • created empty class: AmmunitionDump
File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/main_reto_vs05/src/main.cc

    r157 r161  
    2626 */
    2727
    28 
     28#include "OgrePlatform.h"
     29#include "OgreException.h"
    2930
    3031#include "orxonox.h"
     
    4445    try {
    4546      // create an orxonox aplication and run it
    46       Orxonox myApp;
     47      Orxonox::Orxonox myApp;
    4748
    4849      myApp.go();
Note: See TracChangeset for help on using the changeset viewer.