Skip to content

Commit

Permalink
externs in proper files
Browse files Browse the repository at this point in the history
  • Loading branch information
wyatt-avilla committed Mar 27, 2024
1 parent 75a8b46 commit 13ac6c3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
1 change: 1 addition & 0 deletions src/melee/cm/camera.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
/* 02F474 */ void Camera_8002F474(void);
/* 02F8F4 */ void Camera_8002F8F4(void);
/* 030740 */ void Camera_80030740(u8 r, u8 g, u8 b);
/* 030788 */ M2C_UNK Camera_80030788(Vec3*);
/* 030A50 */ void* Camera_80030A50(void);
/* 030A78 */ bool Camera_80030A78(void);
/* 030B24 */ bool Camera_80030B24(void);
Expand Down
2 changes: 2 additions & 0 deletions src/melee/it/it_2725.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@

#include <placeholder.h>

/* 272980 */ M2C_UNK it_80272980(void*, f32);
/* 272CC0 */ HSD_JObj* it_80272CC0(Item_GObj*, enum_t);
/* 273408 */ void it_80273408(Item_GObj* gobj);
/* 273670 */ void it_80273670(HSD_GObj*, int, float);
Expand All @@ -28,6 +29,7 @@
/* 279FF8 */ void it_80279FF8(Item_GObj*);
/* 27A09C */ bool it_8027A09C(Item_GObj*);
/* 27A118 */ bool it_8027A118(Item_GObj*, void (*)(Item_GObj*));
/* 27A13C */ void it_8027A13C(Item_GObj*);
/* 27ADEC */ M2C_UNK it_8027ADEC(M2C_UNK, Item_GObj*, HSD_JObj*, f32);
/* 27B070 */ void it_8027B070(Item_GObj* gobj, Fighter_GObj* owner_gobj);
/* 27B378 */ void it_8027B378(Fighter_GObj*, Item_GObj*, float);
Expand Down
5 changes: 1 addition & 4 deletions src/melee/it/items/ithassam.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

#include "ithassam.h"

#include "cm/camera.h"
#include "ef/eflib.h"
#include "ft/ftlib.h"
#include "ft/inlines.h"
Expand All @@ -28,10 +29,6 @@ void it_802CDCB4(Item_GObj*); /* static */
bool it_802CDD24(Item_GObj*); /* static */
void it_802CE008(Item_GObj*); /* static */

M2C_UNK it_8027A13C(Item_GObj*); /* extern */
M2C_UNK it_80272980(void*, f32); /* extern */
M2C_UNK Camera_80030788(Vec3*); /* extern */

void it_802CDBE0(Item_GObj* gobj)
{
Item* ip = GET_ITEM(gobj);
Expand Down

0 comments on commit 13ac6c3

Please sign in to comment.