diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/events.hpp | 2 | ||||
-rw-r--r-- | include/ui.hpp | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/include/events.hpp b/include/events.hpp index f38d4e6..2daae56 100644 --- a/include/events.hpp +++ b/include/events.hpp @@ -1,4 +1,4 @@ -z#ifndef EVENTS_HPP_ +#ifndef EVENTS_HPP_ #define EVENTS_HPP_ /** diff --git a/include/ui.hpp b/include/ui.hpp index 85c5997..8d517c7 100644 --- a/include/ui.hpp +++ b/include/ui.hpp @@ -82,6 +82,7 @@ namespace ui { */ void initFonts(void); + void initSounds(void); void destroyFonts(void); |