COMMON: Move RenderMode and GUIOptions functionality into separate files

This commit is contained in:
Max Horn 2012-02-22 15:33:29 +01:00
parent d3c4243ab5
commit 215b41b244
21 changed files with 391 additions and 241 deletions

View file

@ -28,6 +28,7 @@
#include "common/list.h"
#include "common/array.h"
#include "common/rect.h"
#include "common/rendermode.h"
#include "common/stream.h"
class OSystem;