aboutsummaryrefslogtreecommitdiffstats
path: root/include/config.h
blob: 5e29abf4f7c783f9a260818842122b8cd54ef145 (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);

void updateConfig(void);

#endif //CONFIG_H