aboutsummaryrefslogtreecommitdiffstats
path: root/include/config.hpp
blob: 8bd0bc9f1c71d6c7483c709cae8a769157c57721 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#ifndef CONFIG_H
#define CONFIG_H

#include <iostream>

#include <SDL2/SDL_mixer.h>

#include <tinyxml2.h>
#include <ui.hpp>


namespace config {
    void read(void);
    void update(void);
    void save(void);
}

#endif //CONFIG_H