- $#include "Resource.h"
- class Resource
- {
- const String GetName() const;
- StringHash GetNameHash() const;
- unsigned GetMemoryUse() const;
-
- tolua_readonly tolua_property__get_set String& name;
- tolua_readonly tolua_property__get_set StringHash nameHash;
- tolua_readonly tolua_property__get_set unsigned memoryUse;
- };
|