Pyrogenesis HEAD
Pyrogenesis, a RTS Engine
|
#include "gui/ObjectBases/IGUIObject.h"
#include "scriptinterface/ScriptExtraHeaders.h"
#include <memory>
#include <utility>
Go to the source code of this file.
Classes | |
class | IGUIProxyObject |
JS GUI proxies need to store some private data. More... | |
class | GUIProxyProps |
Proxies need to store some data whose lifetime is tied to an interface. More... | |
class | JSI_GUIProxy< GUIObjectType > |
Handles the js interface with C++ GUI objects. More... | |