core: class: add functions to get a registered class, and get the name of a class
This commit is contained in:
@@ -8,6 +8,8 @@
|
||||
|
||||
typedef struct _b_class b_class;
|
||||
|
||||
BLUE_API void *b_class_get(b_type id);
|
||||
BLUE_API const char *b_class_get_name(const b_class *c);
|
||||
BLUE_API void *b_class_get_interface(const b_class *c, b_type id);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user