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/Flocking.h

    r618 r673  
    22//Headerfile: Flocking.h
    33
    4 #ifndef Flocking_Class
    5 #define Flocking_Class
     4#ifndef _Flocking_H__
     5#define _Flocking_H__
    66
    77// #include <Ogre.h>
     
    1111#include <iostream>
    1212
    13 
    14 #endif
    1513
    1614
     
    142140  }
    143141};     //End of class Element
     142
     143#endif /* _Flocking_H__*/
Note: See TracChangeset for help on using the changeset viewer.