Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 6341 in orxonox.OLD for trunk/src/lib/coord/p_node.h


Ignore:
Timestamp:
Dec 30, 2005, 1:57:12 AM (18 years ago)
Author:
bensch
Message:

orxonox/trunk: merged the network branche back to the trunk, so we do not get away from each other to fast

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/lib/coord/p_node.h

    r6142 r6341  
    2020
    2121#include "base_object.h"
     22#include "stdincl.h"
    2223
    2324#include "vector.h"
     
    178179  static PARENT_MODE charToParentingMode(const char* parentingMode);
    179180
     181  int       writeState(const byte* data, int length, int sender);
     182  int       readState(byte* data, int maxLength );
    180183
    181184 private:
Note: See TracChangeset for help on using the changeset viewer.