aboutsummaryrefslogtreecommitdiffstats
path: root/include/config.h
blob: af9d72e4fe58991be1e674cd6b635aa21b097b23 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef CONFIG_H
#define CONFIG_H

#include <iostream>
#include <SDL2/SDL_mixer.h>
#include <tinyxml2.h>

void readConfig();

void updateConfig();

#endif //CONFIG_H