rewrote config class; cleanup; code restructuring

svn-id: r4903
This commit is contained in:
Max Horn 2002-09-08 01:08:12 +00:00
parent 943de561bf
commit 523d8e64c0
36 changed files with 882 additions and 648 deletions

View file

@ -21,8 +21,8 @@
*/
#include "sdl-common.h"
#include "scaler.h"
#include "scumm.h" // Only #included for error() and warning()
#include "common/scaler.h"
#include "common/engine.h" // Only #included for error() and warning()
#ifdef WIN32
int glColorTable(int, int, int, int, int, void *) { return 0; }