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{
13 namespace fs
14 {
18 enum class DialogType
19 {
20 ok,
22 yesno,
24 };
25 } // namespace fs
26} // namespace galaxy
27
28#endif
DialogType
Type of dialog box for use with tinyfd.
Timer.hpp galaxy.
Definition Async.hpp:17