summaryrefslogtreecommitdiff
path: root/src/candy_gear.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/candy_gear.hpp')
-rw-r--r--src/candy_gear.hpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/candy_gear.hpp b/src/candy_gear.hpp
index 44c6fb5..3ec92b3 100644
--- a/src/candy_gear.hpp
+++ b/src/candy_gear.hpp
@@ -19,6 +19,13 @@
#include "core.hpp"
+// Provides the basic interface the game needs to configure the engine's
+// initialization.
+void
+cg_candy_gear_init_config(mrb_state *mrb);
+void
+cg_candy_gear_finish_config(mrb_state *mrb);
+
void
cg_candy_gear_init(mrb_state *mrb);