summaryrefslogtreecommitdiffhomepage
path: root/contrib/very-important-source-code/important-stuff/game_data.h
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2018-02-11 21:46:33 +0100
committerStanislaw Halik <sthalik@misaki.pl>2018-02-12 10:05:01 +0100
commitc4ffc26bcf4767cf824226f35b99f3f36eb06489 (patch)
tree9e72f894ca1b0bf1bbb0704ddffcc7dbe38a7914 /contrib/very-important-source-code/important-stuff/game_data.h
parent9db5ab64cf0c1189250c1f37d92b75cdf5be5777 (diff)
contrib: don't install source code
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, 0 insertions, 17 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
deleted file mode 100644
index b71f7a15..00000000
--- a/contrib/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