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
DialogIcons.hpp
Go to the documentation of this file.
1
7
8
#ifndef GALAXY_FS_DIALOGICONS_HPP_
9
#define GALAXY_FS_DIALOGICONS_HPP_
10
11
namespace
galaxy
12
{
18
enum class
DialogIcon
:
int
19
{
20
info
,
21
warning
,
22
error
,
23
question
24
};
25
}
// namespace galaxy
26
27
#endif
galaxy
Animated.cpp galaxy.
Definition
Animated.cpp:16
galaxy::DialogIcon
DialogIcon
Type of native system icon to display on file dialogs.
Definition
DialogIcons.hpp:19
galaxy::DialogIcon::question
@ question
galaxy::DialogIcon::warning
@ warning
galaxy::DialogIcon::info
@ info
galaxy::DialogIcon::error
@ error
galaxy
src
galaxy
fs
DialogIcons.hpp
Generated on Fri Sep 12 2025 07:29:47 for galaxy by
1.12.0