From aa8a392c18f726d5bbb0f40e261744ce4d612500 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Fri, 24 Oct 2014 15:59:28 +0200 Subject: mv only --- .../important-stuff/game_data.h | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 clientfiles/very-important-source-code/important-stuff/game_data.h (limited to 'clientfiles/very-important-source-code/important-stuff/game_data.h') 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 + +#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