Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 1, 2007, 9:53:36 PM (16 years ago)
Author:
rgrieder
Message:
 
Location:
code/branches/main_reto/include
Files:
6 added
8 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • code/branches/main_reto/include/Bullet.h

    r141 r146  
    2727
    2828
    29 #ifndef __Bullet__
    30 #define __Bullet__
     29#ifndef BULLET_H
     30#define BULLET_H
    3131
    3232#include "Ogre.h"
     
    4949
    5050
    51 #endif
     51#endif /* BULLET_H */
  • code/branches/main_reto/include/Orxonox.h

    r141 r146  
    2727
    2828
    29 #ifndef __Orxonox__
    30 #define __Orxonox__
     29#ifndef ORXONOX_H
     30#define ORXONOX_H
    3131
    3232#include "Ogre.h"
    3333#include "OgreTimer.h"
    3434
    35 #include "OgreControl.h"
    36 #include "RunManager.h"
     35#include "ogre_control.h"
     36#include "run_manager.h"
    3737
    3838class Orxonox
     
    5252};
    5353
    54 #endif
     54#endif /* ORXONOX_H */
Note: See TracChangeset for help on using the changeset viewer.