1 |
|
/* |
2 |
|
* rsrc_patches.h - Resource patches |
3 |
|
* |
4 |
< |
* SheepShaver (C) 1997-2002 Christian Bauer and Marc Hellwig |
4 |
> |
* SheepShaver (C) 1997-2005 Christian Bauer and Marc Hellwig |
5 |
|
* |
6 |
|
* This program is free software; you can redistribute it and/or modify |
7 |
|
* it under the terms of the GNU General Public License as published by |
22 |
|
#define RSRC_PATCHES_H |
23 |
|
|
24 |
|
extern void CheckLoad(uint32 type, int16 id, uint16 *p, uint32 size); |
25 |
+ |
extern void CheckLoad(uint32 type, const char *name, uint16 *p, uint32 size); |
26 |
|
extern void PatchNativeResourceManager(void); |
27 |
|
|
28 |
|
#endif |