diff options
author | Andrey Nazarov <skuller@skuller.net> | 2013-01-21 18:43:26 +0400 |
---|---|---|
committer | Andrey Nazarov <skuller@skuller.net> | 2013-01-21 18:47:49 +0400 |
commit | 1a1e47c7dd60ec97783abd7ef267c203c65ba39b (patch) | |
tree | 72e0b844534d97d044c03ae8b9386b091baeb279 /src/client/ui/ui.h | |
parent | 5624ccc5c981f09303a71c69be37ba1c81cb3ace (diff) |
Re-introduce savegame and loadgame menus.
Also add ‘single player’ entry to in-game menu.
Diffstat (limited to 'src/client/ui/ui.h')
-rw-r--r-- | src/client/ui/ui.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/client/ui/ui.h b/src/client/ui/ui.h index eece618..7b80331 100644 --- a/src/client/ui/ui.h +++ b/src/client/ui/ui.h @@ -50,7 +50,9 @@ typedef enum { MTYPE_TOGGLE, MTYPE_STATIC, MTYPE_KEYBIND, - MTYPE_BITMAP + MTYPE_BITMAP, + MTYPE_SAVEGAME, + MTYPE_LOADGAME } menuType_t; #define QMF_LEFT_JUSTIFY 0x00000001 |