Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 22, 2007, 10:15:06 PM (16 years ago)
Author:
rgrieder
Message:
  • deleted obsolete classes: BaseEntity, Entity, Light and SceneNode (please complain if not agreed)
  • improved include guard naming consistency
File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/FICN/src/orxonox/Arrival.h

    r618 r673  
    33
    44
    5 #ifndef Arrival_Class
    6 #define Arrical_Class
     5#ifndef _Arrival_H__
     6#define _Arrival_H__
    77
    88// #include <Ogre.h>
     
    1212#include <iostream>
    1313
    14 
    15 #endif
    16 
     14// FIXME: using namspace xy; in header files is a bad idea
    1715using namespace std;
    1816using namespace Ogre;
     
    8785  }
    8886}
     87
     88#endif /* _Arrival_H__ */
Note: See TracChangeset for help on using the changeset viewer.