ksys/act: Add ActorEditorNode

This commit is contained in:
Léo Lam
2021-02-06 15:41:57 +01:00
parent d5b981a233
commit 123e275283
5 changed files with 117 additions and 8 deletions
+1
View File
@@ -20,6 +20,7 @@ class KingEditor {
public:
void registerComponent(KingEditorComponent* component);
void log(const char* system, const char* message, void* = {}, int = {});
};
} // namespace ksys