summaryrefslogtreecommitdiffstats
path: root/src/modules/editor/editor.h
blob: 293d0a6e19478ab6317041c194e9fd0140de6ca5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
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;