InterfaceManager functionality translated into a Theme subclass "ThemeRenderer" to easen integration with the current GUI.

svn-id: r32876
This commit is contained in:
Vicent Marti 2008-07-02 18:11:41 +00:00
parent 6c85e960b2
commit d385c34dd0
11 changed files with 101 additions and 253 deletions

View file

@ -24,11 +24,11 @@
*/
#include "common/system.h"
#include "gui/InterfaceManager.h"
#include "gui/ThemeRenderer.h"
namespace GUI {
bool InterfaceManager::loadDefaultXML() {
bool ThemeRenderer::loadDefaultXML() {
const char *defaultXML =
/**
* Default theme description file. Work in progress.