From 034c802edd39be537a626c1961272a6137b5980e Mon Sep 17 00:00:00 2001 From: Clyne Sullivan Date: Wed, 16 Nov 2022 08:11:00 -0500 Subject: text clears with dialog box --- src/events/ui.hpp | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 src/events/ui.hpp (limited to 'src/events/ui.hpp') diff --git a/src/events/ui.hpp b/src/events/ui.hpp new file mode 100644 index 0000000..7d4ad5c --- /dev/null +++ b/src/events/ui.hpp @@ -0,0 +1,27 @@ +/* + * Copyright (C) 2022 Clyne Sullivan + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ + +#ifndef EVENTS_UI_HPP_ +#define EVENTS_UI_HPP_ + +struct HideDialog +{ + char unused; +}; + +#endif // EVENTS_UI_HPP + -- cgit v1.2.3