biiig checkin: removed more stuff from scumm.h; added new headers resource.h and object.h

svn-id: r4579
This commit is contained in:
Max Horn 2002-07-16 21:03:14 +00:00
parent 32e81beb45
commit 0843a2510c
21 changed files with 267 additions and 206 deletions

View file

@ -23,9 +23,9 @@
#define NEED_SDL_HEADERS
#endif
#include "stdafx.h"
#include "scumm.h"
#include "smush.h"
//#define SWAP2(a) ((((a)>>24)&0xFF) | (((a)>>8)&0xFF00) | (((a)<<8)&0xFF0000) | (((a)<<24)&0xFF000000))
#define MAX_STREAMER 10