fix variable declarations not being extern causing linker warnings

This commit is contained in:
Henny022p
2021-03-31 19:20:54 +02:00
parent 167fe388b6
commit fbdf9aed7b
4 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -396,6 +396,6 @@ extern void ObjectBF(Entity*);
extern void EnemyItem(Entity*);
extern void ObjectC1(Entity*);
void (*const gObjectFunctions[194])(Entity*);
extern void (*const gObjectFunctions[194])(Entity*);
#endif