summaryrefslogtreecommitdiffhomepage
path: root/clientfiles/very-important-source-code/important-stuff/game_data.h
diff options
context:
space:
mode:
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, 0 insertions, 17 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
deleted file mode 100644
index b71f7a15..00000000
--- a/clientfiles/very-important-source-code/important-stuff/game_data.h
+++ /dev/null
@@ -1,17 +0,0 @@
-#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