summaryrefslogtreecommitdiff
path: root/src/KingSystem/System
diff options
context:
space:
mode:
authorLéo Lam <leo@leolam.fr>2021-02-06 15:41:57 +0100
committerLéo Lam <leo@leolam.fr>2021-02-06 16:10:20 +0100
commit123e27528329df4e9afcd3fe5ed5dd513fddabad (patch)
treec7d591f2f8c00185feba30dc095f270ff935f082 /src/KingSystem/System
parentd5b981a233dd625815798e7f0db91fd14c2a30d8 (diff)
ksys/act: Add ActorEditorNode
Diffstat (limited to 'src/KingSystem/System')
-rw-r--r--src/KingSystem/System/KingEditor.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/KingSystem/System/KingEditor.h b/src/KingSystem/System/KingEditor.h
index ffd97660..c5ac181b 100644
--- a/src/KingSystem/System/KingEditor.h
+++ b/src/KingSystem/System/KingEditor.h
@@ -20,6 +20,7 @@ class KingEditor {
public:
void registerComponent(KingEditorComponent* component);
+ void log(const char* system, const char* message, void* = {}, int = {});
};
} // namespace ksys