diff options
Diffstat (limited to 'scumm/util.h')
-rw-r--r-- | scumm/util.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/scumm/util.h b/scumm/util.h index 873966eca7..5863a47587 100644 --- a/scumm/util.h +++ b/scumm/util.h @@ -65,7 +65,6 @@ public: uint32 write(const void *ptr, uint32 size); }; - typedef enum _res_type { NES_UNKNOWN, NES_GLOBDATA, @@ -79,7 +78,9 @@ typedef enum _res_type { NES_SPRDESC, NES_SPRLENS, NES_SPROFFS, - NES_SPRDATA + NES_SPRDATA, + NES_CHARSET, + NES_PREPLIST } res_type; class ScummNESFile : public BaseScummFile { |