summaryrefslogtreecommitdiffstats
path: root/src/modules/editor/editor.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/editor/editor.h')
-rw-r--r--src/modules/editor/editor.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/modules/editor/editor.h b/src/modules/editor/editor.h
new file mode 100644
index 0000000..293d0a6
--- /dev/null
+++ b/src/modules/editor/editor.h
@@ -0,0 +1,11 @@
+#pragma once
+
+#include "option.h"
+
+#define FF_EDITOR_MODULE_NAME "Editor"
+
+bool ffPrintEditor(FFEditorOptions* options);
+void ffInitEditorOptions(FFEditorOptions* options);
+void ffDestroyEditorOptions(FFEditorOptions* options);
+
+extern FFModuleBaseInfo ffEditorModuleInfo;