DEVTOOLS: Fix Redundant Declaration in Cryomni3d Datafile Tool
This would produce GCC Warnings if -Wredundant-decls is enabled.
This commit is contained in:
parent
d09e10a4a1
commit
5705489d5a
1 changed files with 0 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue