18#ifndef INCLUDED_ICMPGUIINTERFACE
19#define INCLUDED_ICMPGUIINTERFACE
29 virtual void ScriptCall(
int player,
const std::wstring& cmd, JS::HandleValue data, JS::MutableHandleValue ret) = 0;
#define DECLARE_INTERFACE_TYPE(iname)
Definition: Interface.h:23
Definition: ICmpGuiInterface.h:24
virtual void ScriptCall(int player, const std::wstring &cmd, JS::HandleValue data, JS::MutableHandleValue ret)=0
Generic call function, for use by GUI scripts to talk to the GuiInterface script.
Definition: IComponent.h:33