Resource.pkg 350 B

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