1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-06-27 16:36:03 +00: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