29 #ifndef CORE_STRING_NAMES_H 30 #define CORE_STRING_NAMES_H 32 #include "string_db.h" 37 friend void unregister_core_types();
42 static void free() { memdelete( singleton); singleton=NULL; }
46 _FORCE_INLINE_
static CoreStringNames* get_singleton() {
return singleton; }
63 #endif // SCENE_STRING_NAMES_H Definition: core_string_names.h:34
Definition: string_db.h:48
friend void register_core_types()
Definition: register_core_types.cpp:81