From c99a440e6fb1edf35e280f4df8ba22600e490535 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Mon, 26 Jan 2009 20:19:10 +0000 Subject: removed View class --- src/client/client.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/client/client.h') diff --git a/src/client/client.h b/src/client/client.h index e527b37..b873a20 100644 --- a/src/client/client.h +++ b/src/client/client.h @@ -12,7 +12,7 @@ #include "core/entity.h" #include "client/clientext.h" #include "client/soundext.h" -#include "client/view.h" +#include "client/worldview.h" #include "render/renderext.h" /// client part of the engine @@ -61,8 +61,8 @@ public: /// disconnect notification virtual void notify_disconnect(); - /// the main client view - inline View *view() { return client_view; } + /// the main client widget + inline WorldView *worldview() { return client_worldview; } protected: /// run a client frame @@ -77,7 +77,7 @@ private: static void func_ui_map(std::string const &args); static void func_ui_menu(std::string const &args); - View *client_view; + WorldView *client_worldview; unsigned long previous_timestamp; }; -- cgit v1.2.3