BACKENDS: Include scummsys.h at top of all .cpp files, *before* any #ifdefs
svn-id: r54573
This commit is contained in:
parent
4e0e406181
commit
df05ed1a46
50 changed files with 108 additions and 14 deletions
|
@ -22,11 +22,13 @@
|
|||
* $Id$
|
||||
*/
|
||||
|
||||
#ifdef MACOSX
|
||||
|
||||
// Disable symbol overrides so that we can use system headers.
|
||||
#define FORBIDDEN_SYMBOL_ALLOW_ALL
|
||||
|
||||
#include "common/scummsys.h"
|
||||
|
||||
#ifdef MACOSX
|
||||
|
||||
#include "common/config-manager.h"
|
||||
#include "common/util.h"
|
||||
#include "sound/musicplugin.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue