Do not #include endian.h in scummsys.h (cuts down deps on endian.h from ~400 to ~250). Many greetings to eriktorbjorn, and have fun recompiling.
svn-id: r21500
This commit is contained in:
parent
0da5fb4c1c
commit
8cdee5a931
96 changed files with 199 additions and 27 deletions
|
@ -20,14 +20,16 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#include "common/stdafx.h"
|
||||
#include "common/endian.h"
|
||||
#include "common/savefile.h"
|
||||
#include "common/system.h"
|
||||
|
||||
#include "kyra/kyra.h"
|
||||
#include "kyra/animator.h"
|
||||
#include "kyra/screen.h"
|
||||
#include "kyra/resource.h"
|
||||
|
||||
#include "common/savefile.h"
|
||||
#include "common/system.h"
|
||||
|
||||
#define CURRENT_VERSION 4
|
||||
|
||||
namespace Kyra {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue