aboutsummaryrefslogtreecommitdiffstats
path: root/src/gack.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gack.h')
-rw-r--r--src/gack.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/gack.h b/src/gack.h
new file mode 100644
index 0000000..fc02745
--- /dev/null
+++ b/src/gack.h
@@ -0,0 +1,13 @@
+#include "gameCommon.h"
+
+#ifndef GACK_H
+#define GACK_H
+
+typedef struct Gack {
+} Gack;
+
+void initGack(Gack* gack);
+void updateGack(Gack* gack, Game* game);
+void closeGack(Gack* gack);
+
+#endif