The menu bar code is no longer used in the new graphics code, and the menu state is no longer stored in saved games

svn-id: r45854
This commit is contained in:
Filippos Karapetis 2009-11-12 09:24:46 +00:00
parent c8f1afd24c
commit 226f0bd23d
7 changed files with 51 additions and 12 deletions

View file

@ -30,8 +30,8 @@
#ifdef INCLUDE_OLDGFX
#include "sci/gfx/gfx_gui.h"
#include "sci/gfx/gfx_state_internal.h" // required for GfxPort, GfxVisual
#endif
#include "sci/gfx/menubar.h"
#endif
#include "sci/gui/gui.h"
#include "sci/gui/gui_cursor.h"