]> git.localhorst.tv Git - l2e.git/blobdiff - src/common/GameState.h
added party main menu stub
[l2e.git] / src / common / GameState.h
index fca50c1f846138168edd40cba990363ad49b6ea8..0ef442b200cf008ef7de28dbff702f9a8cc580e0 100644 (file)
@@ -25,6 +25,7 @@ struct GameState {
        Inventory inventory;
 
        Uint32 money;
+       Uint32 time;
 
 };