summaryrefslogtreecommitdiffhomepage
path: root/contrib/very-important-source-code/important-stuff/game_data.h
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/very-important-source-code/important-stuff/game_data.h')
-rw-r--r--contrib/very-important-source-code/important-stuff/game_data.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/contrib/very-important-source-code/important-stuff/game_data.h b/contrib/very-important-source-code/important-stuff/game_data.h
new file mode 100644
index 00000000..b71f7a15
--- /dev/null
+++ b/contrib/very-important-source-code/important-stuff/game_data.h
@@ -0,0 +1,17 @@
+#ifndef GAME_DATA__H
+#define GAME_DATA__H
+
+#include <stdbool.h>
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+bool get_game_data(const char *input_fname, const char *output_fname, bool from_update);
+
+#ifdef __cplusplus
+}
+#endif
+
+
+#endif