Split intern.h and moved HE stuff into the new file intern_he.h

svn-id: r20372
This commit is contained in:
Max Horn 2006-02-04 12:11:10 +00:00
parent 4e83bd307a
commit 26349e6f65
28 changed files with 655 additions and 586 deletions

View file

@ -30,6 +30,9 @@
#include "scumm/dialogs.h"
#include "scumm/imuse_digi/dimuse.h"
#include "scumm/intern.h"
#ifndef DISABLE_HE
#include "scumm/intern_he.h"
#endif
#include "scumm/verbs.h"
#include "scumm/sound.h"
#include "scumm/util.h"