diff options
author | Filippos Karapetis | 2016-09-20 13:48:38 +0300 |
---|---|---|
committer | Filippos Karapetis | 2016-10-03 00:33:37 +0300 |
commit | b60f5023ed8959798b6246e227717cc0ff1e8d44 (patch) | |
tree | e5835fe29d1a7d09102be01e68c0208f4ae5c223 /engines | |
parent | a196bfff57a0fb1a5cca9e242125ed2f5cbd018d (diff) | |
download | scummvm-rg350-b60f5023ed8959798b6246e227717cc0ff1e8d44.tar.gz scummvm-rg350-b60f5023ed8959798b6246e227717cc0ff1e8d44.tar.bz2 scummvm-rg350-b60f5023ed8959798b6246e227717cc0ff1e8d44.zip |
CHEWY: Add a TODO for the currently unhandled resource files
Diffstat (limited to 'engines')
-rw-r--r-- | engines/chewy/resource.cpp | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/engines/chewy/resource.cpp b/engines/chewy/resource.cpp index b8fba3713c..eae3896826 100644 --- a/engines/chewy/resource.cpp +++ b/engines/chewy/resource.cpp @@ -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'); |