summaryrefslogtreecommitdiff
path: root/src/candy_gear.hpp
diff options
context:
space:
mode:
authorFrederico Linhares <fred@linhares.blue>2022-10-10 16:13:12 -0300
committerFrederico Linhares <fred@linhares.blue>2022-10-10 16:15:09 -0300
commit9d6d723846d737b0bcc6b51afefcf313f723dcd0 (patch)
treed4b6ea5556fc9c56e28ea01ffe8375bee0a464bb /src/candy_gear.hpp
parent63d7d305da643ec20fed3cdd60c4daec29272c41 (diff)
feat Move configuration from YAML file to game
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);