summaryrefslogtreecommitdiffhomepage
path: root/facetracknoir/clientfiles/very-important-source-code/important-stuff/game_data.h
blob: b71f7a15d892e7520219db167bfd585ed71e0954 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#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