summaryrefslogtreecommitdiffhomepage
path: root/facetracknoir/clientfiles/important-source-code-really-important-really-really/important-stuff/game_data.h
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2014-10-05 19:55:05 +0200
committerStanislaw Halik <sthalik@misaki.pl>2014-10-05 19:55:05 +0200
commitf4754d23984126de847279f4abad4ae713d9e386 (patch)
tree78757d55b07887da427058853d88718ce27c2028 /facetracknoir/clientfiles/important-source-code-really-important-really-really/important-stuff/game_data.h
parentcfffa29e29db6b2234c7f534b1ebcd612b7f4914 (diff)
flush and push
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, 0 insertions, 17 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
deleted file mode 100644
index b71f7a15..00000000
--- a/facetracknoir/clientfiles/important-source-code-really-important-really-really/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