DEVTOOLS: Fix Redundant Declaration in Cryomni3d Datafile Tool

This would produce GCC Warnings if -Wredundant-decls is enabled.
This commit is contained in:
D G Turner 2022-03-07 09:05:53 +00:00
parent d09e10a4a1
commit 5705489d5a

View File

@ -69,7 +69,6 @@ size_t writeArray(FILE *fp, T const *array, U elems) {
void NORETURN_PRE error(const char *s, ...) NORETURN_POST;
void warning(const char *s, ...);
void debug(int level, const char *s, ...);
int scumm_stricmp(const char *s1, const char *s2);
using namespace Common;