summaryrefslogtreecommitdiffhomepage
path: root/facetracknoir/clientfiles/important-source-code-really-important-really-really/important-stuff/game_data.h
diff options
context:
space:
mode:
Diffstat (limited to 'facetracknoir/clientfiles/important-source-code-really-important-really-really/important-stuff/game_data.h')
-rw-r--r--facetracknoir/clientfiles/important-source-code-really-important-really-really/important-stuff/game_data.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/facetracknoir/clientfiles/important-source-code-really-important-really-really/important-stuff/game_data.h b/facetracknoir/clientfiles/important-source-code-really-important-really-really/important-stuff/game_data.h
new file mode 100644
index 00000000..b71f7a15
--- /dev/null
+++ b/facetracknoir/clientfiles/important-source-code-really-important-really-really/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