Add return type and static keyword to common actor static funcs

This commit is contained in:
LagoLunatic
2023-11-30 15:54:02 -05:00
parent 421a6bd3df
commit a8d10408a2
297 changed files with 1870 additions and 1870 deletions
+1 -1
View File
@@ -7,7 +7,7 @@
#include "dolphin/types.h"
/* 00000078-0000012C .text nodeCallBack__FP7J3DNodei */
void nodeCallBack(J3DNode*, int) {
static BOOL nodeCallBack(J3DNode*, int) {
/* Nonmatching */
}