Merge pull request #147 from Henny022p/fix_linker_warnings

This commit is contained in:
notyourav 2021-03-31 22:20:14 -07:00 committed by GitHub
commit 9f6afe9bfb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 5 additions and 5 deletions

View File

@ -15,7 +15,7 @@ void sub_0806FA90(Entity*, Entity*, s32, s32);
void ResolveEntityOnTop(Entity*, Entity*);
void sub_0806FAD8(Entity*, Entity*);
const s16 gSineTable[64];
const s16 gCosineTable[256];
extern const s16 gSineTable[64];
extern const s16 gCosineTable[256];
#endif

View File

@ -191,6 +191,6 @@ extern void sub_0805DE38(Entity*);
extern void sub_0805E0A8(Entity*);
extern void sub_0805E0FC();
void (*const gManagerFunctions[58])();
extern void (*const gManagerFunctions[58])();
#endif

View File

@ -168,6 +168,6 @@ extern void NPC58_Head(Entity*);
extern u32 UpdateFuseInteraction(Entity*);
void (*const gNPCFunctions[128][3])(Entity*);
extern void (*const gNPCFunctions[128][3])(Entity*);
#endif

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