Skip to content

Commit 591b8e5

Browse files
authored
zNPCGoalRobo work (#642)
* zNPCGoalRobo work * Remove unnecessary include
1 parent d8798e8 commit 591b8e5

File tree

4 files changed

+2368
-1472
lines changed

4 files changed

+2368
-1472
lines changed

src/SB/Core/x/xDraw.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@ void xDrawSetColor(iColor_tag);
88
inline void xDrawLine(const xVec3* a, const xVec3* b)
99
{
1010
}
11+
void xDrawCyl(const xVec3*, F32, F32, U32);
1112
void xDrawSphere2(const xSphere*, U32);
13+
void xDrawSphere2(const xVec3*, F32, U32);
1214
void xDrawOBB(const xBox*, const xMat4x3*);
1315
void xDrawBox(const xBox*);
1416

src/SB/Game/zEntPlayer.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -395,6 +395,8 @@ extern _CurrentPlayer gCurrentPlayer;
395395
extern S32 gWaitingToAutoSave;
396396
extern S32 gSpongeBall;
397397

398+
void SetPlayerKillsVillainTimer(F32 time);
399+
398400
void zEntPlayer_Load(xEnt*, xSerial*);
399401

400402
S32 zEntPlayer_Damage(xBase* src, U32 damage);

0 commit comments

Comments
 (0)