Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 9386 in orxonox.OLD for branches/proxy/src/lib/network/netdefs.h


Ignore:
Timestamp:
Jul 21, 2006, 1:41:39 PM (18 years ago)
Author:
bensch
Message:

orxonox/proxy: removed the dependency of the netdefs in pnode, which should decrease compile time enormously.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/proxy/src/lib/network/netdefs.h

    r9384 r9386  
    2222 */
    2323
    24 #ifndef _NETDEFS
    25 #define _NETDEFS
     24#ifndef _NETDEFS_H
     25#define _NETDEFS_H
    2626
     27#include "net_types.h"
    2728
    2829#ifdef HAVE_SDL_NET_H
     
    4647//!< orxonox network version identifier
    4748#define _ORXONOX_VERSION   1
    48 
    49 
    50 typedef unsigned char byte;
    5149
    5250
     
    7573} UidType;
    7674
    77 #endif /* _NETWORK_MANAGER */
     75#endif /* _NETDEFS_H */
Note: See TracChangeset for help on using the changeset viewer.