mirror of
https://github.com/scummvm/scummvm.git
synced 2026-06-20 05:45:29 +00:00
More BS2 restructuring.
The various game settings are no longer stored in the Gui class. They are stored in the class that use them. Code that doesn't belong in the Gui class, e.g. the "restart" code, has been moved out of it. Afterwards, the Gui class had been reduced to nothing more than a handful of trivial methods for invoking the in-game dialogs. So the entire Gui class has been removed. svn-id: r16827
This commit is contained in:
@@ -23,7 +23,6 @@
|
||||
|
||||
#include "sword2/sword2.h"
|
||||
#include "sword2/console.h"
|
||||
#include "sword2/controls.h"
|
||||
#include "sword2/defs.h"
|
||||
#include "sword2/interpreter.h"
|
||||
#include "sword2/logic.h"
|
||||
|
||||
Reference in New Issue
Block a user