aboutsummaryrefslogtreecommitdiff
path: root/extension/src/openvic-extension/register_types.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'extension/src/openvic-extension/register_types.hpp')
-rw-r--r--extension/src/openvic-extension/register_types.hpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/extension/src/openvic-extension/register_types.hpp b/extension/src/openvic-extension/register_types.hpp
new file mode 100644
index 0000000..dd24689
--- /dev/null
+++ b/extension/src/openvic-extension/register_types.hpp
@@ -0,0 +1,6 @@
+#pragma once
+
+#include <godot_cpp/godot.hpp>
+
+void initialize_openvic_types(godot::ModuleInitializationLevel);
+void uninitialize_openvic_types(godot::ModuleInitializationLevel);