diff options
Diffstat (limited to 'src/objects.hh')
| -rw-r--r-- | src/objects.hh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/objects.hh b/src/objects.hh index 3cbc401..61a0185 100644 --- a/src/objects.hh +++ b/src/objects.hh @@ -65,6 +65,7 @@ struct TObjectType { int AttributeOffsets[18]; }; +const char *GetInstanceAttributeName(int Attribute); int GetInstanceAttributeByName(const char *Name); bool ObjectTypeExists(int TypeID); //void InitObjects(void); |
