Fix all warnings
This commit is contained in:
+2
-1
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user