From 11c897f3948c0b4864526e2671874fd662f85688 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Tue, 26 Jul 2011 20:35:12 +0000 Subject: renamed client::WorldView to client::MainWindow --- 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 42b87e6..5b869ad 100644 --- a/src/client/client.h +++ b/src/client/client.h @@ -13,7 +13,7 @@ #include "client/clientext.h" #include "client/soundext.h" #include "client/testmodelview.h" -#include "client/worldview.h" +#include "client/mainwindow.h" #include "render/renderext.h" /// client part of the engine @@ -61,8 +61,8 @@ public: virtual void notify_disconnect(); /// the main client widget - inline WorldView *worldview() { - return client_worldview; + inline MainWindow *mainwindow() { + return client_mainwindow; } /// model test widget @@ -102,7 +102,7 @@ private: static void func_menu(std::string const &args); static void func_view(std::string const &args); - WorldView *client_worldview; + MainWindow *client_mainwindow; TestModelView *client_testmodelview; unsigned long previous_timestamp; -- cgit v1.2.3