Wrath of Zeus
Made by Torchlight Games for CSE 125 SP24
Loading...
Searching...
No Matches
include
client
gui
widget
type.hpp
Go to the documentation of this file.
1
#pragma once
2
3
namespace
gui::widget
{
4
5
enum class
Type
{
6
DynText
,
Flexbox
,
StaticImg
,
TextInput
,
Empty
7
};
8
9
}
gui::widget::DynText
Definition:
dyntext.hpp:14
gui::widget::Empty
Definition:
empty.hpp:6
gui::widget::Flexbox
Definition:
flexbox.hpp:10
gui::widget::StaticImg
Definition:
staticimg.hpp:21
gui::widget::TextInput
Definition:
textinput.hpp:22
gui::widget
Definition:
centertext.hpp:6
gui::widget::Type
Type
Definition:
type.hpp:5
Generated by
1.9.5