Changeset 9715 in orxonox.OLD for branches/new_class_id/src/lib/network/converter.h
- Timestamp:
- Sep 1, 2006, 8:06:39 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/new_class_id/src/lib/network/converter.h
r9690 r9715 24 24 class Converter : public BaseObject 25 25 { 26 NewObjectListDeclaration(Converter);26 ObjectListDeclaration(Converter); 27 27 public: 28 28 static byte* intToByteArray(int x);
Note: See TracChangeset
for help on using the changeset viewer.