diff options
author | Vicent Marti | 2008-11-10 11:24:55 +0000 |
---|---|---|
committer | Vicent Marti | 2008-11-10 11:24:55 +0000 |
commit | b98f89c7f0c6ada45cb33dd650f1502c09fe6aa8 (patch) | |
tree | e33b48cbfb98bc453f8f1c229649e48b0e3d9d15 /engines/sword1 | |
parent | 631c679e404c895eecd50cdba0c40a16a539106e (diff) | |
download | scummvm-rg350-b98f89c7f0c6ada45cb33dd650f1502c09fe6aa8.tar.gz scummvm-rg350-b98f89c7f0c6ada45cb33dd650f1502c09fe6aa8.tar.bz2 scummvm-rg350-b98f89c7f0c6ada45cb33dd650f1502c09fe6aa8.zip |
Merged GUI::Theme and Gui::ThemeEngine into the same class, GUI::ThemeEngine.
Massive cleanup.
svn-id: r34983
Diffstat (limited to 'engines/sword1')
-rw-r--r-- | engines/sword1/control.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/sword1/control.cpp b/engines/sword1/control.cpp index c566b6f1e2..49cd2c4b34 100644 --- a/engines/sword1/control.cpp +++ b/engines/sword1/control.cpp @@ -29,6 +29,7 @@ #include "common/savefile.h" #include "common/events.h" #include "common/system.h" +#include "common/config-manager.h" #include "gui/message.h" |