summaryrefslogtreecommitdiffhomepage
path: root/clientfiles/very-important-source-code/important-stuff/game_data.h
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2014-10-24 15:59:28 +0200
committerStanislaw Halik <sthalik@misaki.pl>2014-10-24 15:59:28 +0200
commitaa8a392c18f726d5bbb0f40e261744ce4d612500 (patch)
tree825553fb533ad20105641ef2d10f91c8753cf9be /clientfiles/very-important-source-code/important-stuff/game_data.h
parentfcc69215e6156a8afc186aadd22ab2d7821d52d6 (diff)
mv only
Diffstat (limited to 'clientfiles/very-important-source-code/important-stuff/game_data.h')
-rw-r--r--clientfiles/very-important-source-code/important-stuff/game_data.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/clientfiles/very-important-source-code/important-stuff/game_data.h b/clientfiles/very-important-source-code/important-stuff/game_data.h
new file mode 100644
index 00000000..b71f7a15
--- /dev/null
+++ b/clientfiles/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