 |
Gorgon Game Engine
|
Go to the documentation of this file.
3 #include "../UI/Template.h"
5 namespace Gorgon {
namespace Widgets {
74 ASSERT(active,
"UI is not initialized.");
This class stores visual information about a widget template.
Definition: Template.h:392
Root namespace for Gorgon Game Engine.
Definition: Any.h:19
#define ASSERT(expression, message,...)
Replaces regular assert to allow messages and backtrace.
Definition: Assert.h:161