#include "interfacegats.h" #include "smlnode.h" #include "smlrendererhtml.h" #include #include using namespace Bu; PluginInterface3( plugin_interface_gats, gats, InterfaceGats, Interface, "Mike Buland", 1, 0 ); InterfaceGats::InterfaceGats() { } InterfaceGats::~InterfaceGats() { } void InterfaceGats::run( class Game *pGame ) { } void InterfaceGats::display( const SmlNode *pSml ) { SmlRendererHtml rend; rend.render( sio, pSml ); }