aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engines/chewy/resource.cpp17
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');