biiig checkin: removed more stuff from scumm.h; added new headers resource.h and object.h
svn-id: r4579
This commit is contained in:
parent
32e81beb45
commit
0843a2510c
21 changed files with 267 additions and 206 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue