summaryrefslogtreecommitdiff
path: root/src/client.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-05-27 21:47:06 +0300
committerAndrei Karas <akaras@inbox.ru>2014-05-27 21:47:06 +0300
commit0c6cc36b806f1ef2cb75b650ed93210d446e3af6 (patch)
treec12988de642db84d6cf6108668310536390fdc5e /src/client.h
parenta1b59326cb4cd70bb2347e9776965a2a0d4895fd (diff)
downloadplus-0c6cc36b806f1ef2cb75b650ed93210d446e3af6.tar.gz
plus-0c6cc36b806f1ef2cb75b650ed93210d446e3af6.tar.bz2
plus-0c6cc36b806f1ef2cb75b650ed93210d446e3af6.tar.xz
plus-0c6cc36b806f1ef2cb75b650ed93210d446e3af6.zip
Refactor a bit video system initialisation.
Diffstat (limited to 'src/client.h')
-rw-r--r--src/client.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/client.h b/src/client.h
index 3d414d466..18021b331 100644
--- a/src/client.h
+++ b/src/client.h
@@ -310,8 +310,12 @@ private:
void initGraphics();
+ void updateEnv();
+
void initTitle();
+ void updateDataPath();
+
static void extractDataDir();
void mountDataDir();