Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 6901 in orxonox.OLD for branches/network/src/lib/network/converter.h


Ignore:
Timestamp:
Jan 31, 2006, 4:45:33 PM (18 years ago)
Author:
rennerc
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/network/src/lib/network/converter.h

    r6753 r6901  
    3030    static int intToByteArray(int x, byte* a, int length);
    3131    static int byteArrayToInt(const byte* a, int* x);
     32   
     33    static int _intToByteArray(int x, byte* a, int length);
     34    static int _byteArrayToInt(const byte* a, int* x);
    3235
    3336    static int stringToByteArray(const char* s, byte* a, int length, int maxLength);
Note: See TracChangeset for help on using the changeset viewer.