Skip to content

Commit

Permalink
CHEWY: Add a TODO for the currently unhandled resource files
Browse files Browse the repository at this point in the history
  • Loading branch information
bluegr committed Oct 2, 2016
1 parent a196bff commit b60f502
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions engines/chewy/resource.cpp
Expand Up @@ -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');
Expand Down

0 comments on commit b60f502

Please sign in to comment.