File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -1177,7 +1177,7 @@ struct _index {
11771177 uint32 sound_addr[NUM_SOUNDS];
11781178} lfl_index;
11791179#else // !MAKE_LFLS
1180- void dump_resource (Common::File &input, const char *fn_template, int num, p_resource res) {
1180+ void ExtractLoomTG16:: dump_resource (Common::File &input, const char *fn_template, int num, p_resource res) {
11811181 char fname[256 ];
11821182 sprintf (fname, fn_template, num);
11831183 Common::File output (fname, " wb" );
Original file line number Diff line number Diff line change @@ -38,6 +38,9 @@ class ExtractLoomTG16 : public Tool {
3838protected:
3939
4040 void extract_resource (Common::File &input, Common::File &output, p_resource res);
41+ #ifndef MAKE_LFLS
42+ void dump_resource (Common::File &input, const char *fn_template, int num, p_resource res);
43+ #endif
4144};
4245
4346#endif
You can’t perform that action at this time.
0 commit comments