Added base of code to allow sending backend updates to connected clients.
This commit is contained in:
@@ -23,5 +23,6 @@
|
||||
PlayerInterface::PlayerInterface(WebInterface* app)
|
||||
{
|
||||
this->app = app;
|
||||
addChild(new Wt::WText("You did it."));
|
||||
tempText = new Wt::WText("You did it.");
|
||||
addChild(tempText);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user