Fix all warnings

This commit is contained in:
jaburns
2020-10-30 12:11:26 -06:00
parent 144df0df98
commit fa3d9e77db
19 changed files with 189 additions and 186 deletions
+2 -1
View File
@@ -1,6 +1,7 @@
#pragma once
#include "libsm64.h"
#include <stdio.h>
extern SM64DebugPrintFunctionPtr g_debug_print_func;
@@ -10,4 +11,4 @@ extern SM64DebugPrintFunctionPtr g_debug_print_func;
sprintf( debugStr, __VA_ARGS__ ); \
g_debug_print_func( debugStr ); \
} \
} while(0)
} while(0)