object.h (143B)
1 2 #ifndef _PROTOVERSE_OBJECT_ 3 #define _PROTOVERSE_OBJECT_ 4 5 struct object { 6 int cell_id; 7 const char *name; 8 } 9 10 #endif /* _PROTOVERSE_OBJECT_ */
protoverseA metaverse protocol | |
git clone git://jb55.com/protoverse | |
Log | Files | Refs | README | LICENSE |