(svn r20660) -Codechange: implement (most) of action2 support for objects

This commit is contained in:
rubidium
2010-08-28 18:49:39 +00:00
parent 8fd9728e19
commit 852bde0bad
4 changed files with 410 additions and 1 deletions

View File

@@ -31,4 +31,6 @@ typedef uint16 ObjectID;
struct Object;
struct ObjectSpec;
static const ObjectID INVALID_OBJECT = 0xFFFF; ///< An invalid object
#endif /* OBJECT_TYPE_H */