removed some compiler warnings that indicate potential undefined behaviour

This commit is contained in:
mariob92
2024-09-20 20:06:24 +02:00
parent fbe20325c2
commit 4405a7c2ce
13 changed files with 33 additions and 27 deletions

View File

@@ -2,7 +2,7 @@
#include "functions.h"
#include "variables.h"
void levelSpecificFlags_set(arg0, arg1);
void levelSpecificFlags_set(s32 index, s32 val);
//levelSpecificFlags
/* .bss */