From 95f6378e62cc6a7f25305d6f2317ad25d459f9c0 Mon Sep 17 00:00:00 2001 From: Clyne Sullivan <tullivan99@gmail.com> Date: Sun, 27 Nov 2016 17:13:13 -0500 Subject: dialog clicks are back baybee --- include/events.hpp | 2 +- include/ui.hpp | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'include') 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); -- cgit v1.2.3