summary refs log tree commit diff
path: root/src/funsinit.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/funsinit.c')
-rw-r--r--src/funsinit.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/funsinit.c b/src/funsinit.c
new file mode 100644
index 0000000..5d15cc4
--- /dev/null
+++ b/src/funsinit.c
@@ -0,0 +1,7 @@
+#include "entity.h"
+#include "loader.h"
+#include "main.h"
+
+
+void funs_init(void) {
+}