File tree 2 files changed +4
-1
lines changed
2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -1177,7 +1177,7 @@ struct _index {
1177
1177
uint32 sound_addr[NUM_SOUNDS];
1178
1178
} lfl_index;
1179
1179
#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) {
1181
1181
char fname[256 ];
1182
1182
sprintf (fname, fn_template, num);
1183
1183
Common::File output (fname, " wb" );
Original file line number Diff line number Diff line change @@ -38,6 +38,9 @@ class ExtractLoomTG16 : public Tool {
38
38
protected:
39
39
40
40
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
41
44
};
42
45
43
46
#endif
You can’t perform that action at this time.
0 commit comments