1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-14 00:55:20 +02:00

Menu tuning WIP

This commit is contained in:
Perttu Ahola
2012-03-15 13:59:48 +02:00
parent 8551ddc839
commit 2b200d481f
2 changed files with 441 additions and 103 deletions

View File

@@ -96,6 +96,10 @@ private:
IMenuManager *menumgr;
bool m_is_regenerating;
v2s32 m_topleft_client;
v2s32 m_size_client;
v2s32 m_topleft_server;
v2s32 m_size_server;
};
#endif