From b417df720584c101f3799874a0c836a543a8d0a8 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Sun, 12 Oct 2008 14:55:10 +0000 Subject: user interface updates, work-in-progress --- src/client/client.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/client/client.h') diff --git a/src/client/client.h b/src/client/client.h index bd7af6b..dc70e16 100644 --- a/src/client/client.h +++ b/src/client/client.h @@ -8,6 +8,7 @@ #define __INCLUDED_CLIENT_H__ #include "core/application.h" +#include "client/view.h" /// client part of the engine namespace client { @@ -46,10 +47,15 @@ public: /// disconnect notification virtual void notify_disconnect(); + /// the main client view + inline View *view() { return client_view; } + protected: /// run a client frame virtual void frame(float seconds); +private: + View *client_view; }; -- cgit v1.2.3