Divide Framework 0.1
A free and open-source 3D Framework under heavy development
Loading...
Searching...
No Matches
GUIElement.cpp
Go to the documentation of this file.
1
2
4
5namespace Divide {
6
7GUIElement::GUIElement(string name, CEGUI::Window* const parent) noexcept
8 : GUIDWrapper(),
9 _name(MOV(name)),
10 _parent(parent)
11{
12}
13
14} //namespace Divide
#define MOV(...)
Utility class that adds basic GUID management to objects.
Definition: GUIDWrapper.h:44
GUIElement(string name, CEGUI::Window *parent) noexcept
Definition: GUIElement.cpp:7
Handle console commands that start with a forward slash.
Definition: AIProcessor.cpp:7
Project & parent
Definition: DefaultScene.h:41