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/network/ClientInformation.h

    r636 r673  
    1010//
    1111//
    12 #ifndef NETWORKCLIENTINFORMATION_H
    13 #define NETWORKCLIENTINFORMATION_H
     12#ifndef _ClientInformation_H__
     13#define _ClientInformation_H__
    1414
    1515#include <enet/enet.h>
     
    6666}
    6767
    68 #endif
     68#endif /* _ClientInformation_H__ */
Note: See TracChangeset for help on using the changeset viewer.