mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-20 19:21:46 +00:00
CHEWY: Add a TODO for the currently unhandled resource files
This commit is contained in:
parent
a196bfff57
commit
b60f5023ed
@ -29,6 +29,23 @@
|
||||
|
||||
namespace Chewy {
|
||||
|
||||
// Resource files - TODO:
|
||||
// ======================
|
||||
// back/episode1.gep
|
||||
// cut/blende.rnd
|
||||
// cut/cut.tap
|
||||
// misc/*.taf, room/*.taf
|
||||
// misc/exit.eib
|
||||
// misc/inventar.iib
|
||||
// misc/inventar.sib
|
||||
// room/csp.int
|
||||
// room/test.rdi
|
||||
// txt/*.tff
|
||||
// txt/*.tap
|
||||
// txt/diah.adh
|
||||
// txt/inv_st.s and txt/room_st.s
|
||||
// txt/inv_use.idx
|
||||
|
||||
Resource::Resource(Common::String filename) {
|
||||
const uint32 headerGeneric = MKTAG('N', 'G', 'S', '\0');
|
||||
const uint32 headerTxtDec = MKTAG('T', 'C', 'F', '\0');
|
||||
|
Loading…
x
Reference in New Issue
Block a user