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
11namespace galaxy
12{
13 namespace fs
14 {
20 enum class DialogIcon
21 {
22 info,
23 warning,
24 error,
26 };
27 } // namespace fs
28} // namespace galaxy
29
30#endif
DialogIcon
Type of native system icon to display on file dialogs.
Timer.hpp galaxy.
Definition Async.hpp:17