galaxy 1.0.0
Real-Time C++23 Game Programming Framework. Built on data-driven design principles and agile software engineering.
Loading...
Searching...
No Matches
DialogType.hpp
Go to the documentation of this file.
1
7
8#ifndef GALAXY_FS_DIALOGTYPE_HPP_
9#define GALAXY_FS_DIALOGTYPE_HPP_
10
11namespace galaxy
12{
16 enum class DialogType : int
17 {
18 ok,
20 yesno,
22 };
23} // namespace galaxy
24
25#endif
Animated.cpp galaxy.
Definition Animated.cpp:16
DialogType
Type of dialog box for use with tinyfd.