diff options
Diffstat (limited to 'include/config.h')
-rw-r--r-- | include/config.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/config.h b/include/config.h index af9d72e..5e29abf 100644 --- a/include/config.h +++ b/include/config.h @@ -5,8 +5,8 @@ #include <SDL2/SDL_mixer.h> #include <tinyxml2.h> -void readConfig(); +void readConfig(void); -void updateConfig(); +void updateConfig(void); -#endif //CONFIG_H
\ No newline at end of file +#endif //CONFIG_H |