diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-05-27 21:47:06 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-05-27 21:47:06 +0300 |
commit | 0c6cc36b806f1ef2cb75b650ed93210d446e3af6 (patch) | |
tree | c12988de642db84d6cf6108668310536390fdc5e /src/client.h | |
parent | a1b59326cb4cd70bb2347e9776965a2a0d4895fd (diff) | |
download | plus-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.h | 4 |
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(); |