Add interface class to represent player interface. Have simple hide/show animation between. Put up more interface elements on login interface to show inteded ui.

This commit is contained in:
Kevin Whitaker
2017-01-28 16:51:14 -05:00
parent 93e095d46e
commit 22f1b90238
7 changed files with 115 additions and 5 deletions

View File

@@ -27,6 +27,7 @@ class WebInterface : public Wt::WApplication
{
public:
WebInterface(const Wt::WEnvironment& env);
~WebInterface();
void loginCompleted();
private:
struct internal;