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

    r658 r673  
    1010//
    1111//
    12 #ifndef NETWORK_CLIENTCONNECTION_H
    13 #define NETWORK_CLIENTCONNECTION_H
     12#ifndef _ClientConnection_H__
     13#define _ClientConnection_H__
    1414
    1515#include <iostream>
     
    7878}
    7979
    80 #endif
     80#endif /* _ClientConnection_H__ */
Note: See TracChangeset for help on using the changeset viewer.