Resource.pkg 364 B

12345678910111213
  1. $#include "Resource.h"
  2. class Resource
  3. {
  4. public:
  5. const String& GetName() const;
  6. StringHash GetNameHash() const;
  7. unsigned GetMemoryUse() const;
  8. tolua_readonly tolua_property__get_set String& name;
  9. tolua_readonly tolua_property__get_set StringHash nameHash;
  10. tolua_readonly tolua_property__get_set unsigned memoryUse;
  11. };