Merge Bahke's latest changes in

This commit is contained in:
Robert MacGregor 2016-02-23 02:07:23 -05:00
parent 752155db59
commit bdca76020c
10 changed files with 351 additions and 53 deletions

View file

@ -9,8 +9,11 @@ namespace DX
void deleteObject(void);
const char *CallMethod(const char *name, unsigned int argc, ...);
const char *getFieldValue(const char *slotname);
void setDataField(const char *slotname, const char *array, const char *value);
const unsigned int &fieldDictionary;
const unsigned int &identifier;
const unsigned int base_pointer_value;
const unsigned int &dataBlock;
};
} // End NameSpace DX