mirror of
https://github.com/zeldaret/tmc
synced 2026-08-14 12:34:15 -04:00
fix variable declarations not being extern causing linker warnings
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user