From 192e1131873e66d2118afd7a6e13e5701053a4d0 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Tue, 27 Oct 2015 08:57:04 +0100 Subject: rename "clientfiles/" to "contrib/" as customary --- .../important-stuff/game_data.h | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 contrib/very-important-source-code/important-stuff/game_data.h (limited to 'contrib/very-important-source-code/important-stuff/game_data.h') diff --git a/contrib/very-important-source-code/important-stuff/game_data.h b/contrib/very-important-source-code/important-stuff/game_data.h new file mode 100644 index 000000000..b71f7a15d --- /dev/null +++ b/contrib/very-important-source-code/important-stuff/game_data.h @@ -0,0 +1,17 @@ +#ifndef GAME_DATA__H +#define GAME_DATA__H + +#include + +#ifdef __cplusplus +extern "C" { +#endif + +bool get_game_data(const char *input_fname, const char *output_fname, bool from_update); + +#ifdef __cplusplus +} +#endif + + +#endif -- cgit v1.2.3