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

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

void readConfig(void);

void updateConfig(void);

void saveConfig();

#endif //CONFIG_H