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
DialogButton.hpp
Go to the documentation of this file.
1
7
8
#ifndef GALAXY_FS_DIALOGBUTTON_HPP_
9
#define GALAXY_FS_DIALOGBUTTON_HPP_
10
11
namespace
galaxy
12
{
13
namespace
fs
14
{
18
enum class
DialogButton
:
int
19
{
20
cancel_no
= 0,
21
ok_yes
= 1,
22
yes_no_cancel
= 2
23
};
24
}
// namespace fs
25
}
// namespace galaxy
26
27
#endif
galaxy::fs::DialogButton
DialogButton
Type of button for tinyfd boxes.
Definition
DialogButton.hpp:19
galaxy::fs::DialogButton::yes_no_cancel
@ yes_no_cancel
galaxy::fs::DialogButton::ok_yes
@ ok_yes
galaxy::fs::DialogButton::cancel_no
@ cancel_no
galaxy
Timer.hpp galaxy.
Definition
Async.hpp:17
galaxy
src
galaxy
fs
DialogButton.hpp
Generated on Sat Mar 1 2025 14:49:36 for galaxy by
1.12.0