diff options
author | Clyne Sullivan <tullivan99@gmail.com> | 2016-11-27 17:13:13 -0500 |
---|---|---|
committer | Clyne Sullivan <tullivan99@gmail.com> | 2016-11-27 17:13:13 -0500 |
commit | 95f6378e62cc6a7f25305d6f2317ad25d459f9c0 (patch) | |
tree | d29e16eb5b129c1541840c9278880bdc7285c2d8 /include | |
parent | 3437e928e978939aa4c85369ab597e08f00ab93b (diff) |
dialog clicks are back baybee
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); |