OpenEnroth 73e68f7
|
#include <PlatformBindings.h>
Public Member Functions | |
PlatformBindings (PlatformApplication &platformApplication) | |
~PlatformBindings () | |
virtual sol::table | createBindingTable (sol::state_view &solState) const override |
Public Member Functions inherited from IBindings | |
virtual | ~IBindings ()=default |
virtual sol::table | createBindingTable (sol::state_view &solState) const =0 |
Private Attributes | |
PlatformApplication & | _platformApplication |
|
explicit |
PlatformBindings::~PlatformBindings | ( | ) |
|
overridevirtual |
Implements IBindings.
|
private |