Skip to content

Commit

Permalink
Update remaining old CodeWarrior includes
Browse files Browse the repository at this point in the history
  • Loading branch information
SquareMan committed Jun 22, 2024
1 parent 4a6f578 commit 8baf6eb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/SB/Game/zDispatcher.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
#include "xCM.h"
#include "xFX.h"
#include "xMath.h"
#include "CodeWarrior/string.h"
#include "string.h"

extern st_ZDISPATCH_CONTEXT lbl_80254E00;
extern int8 lbl_80254E10[512];
Expand Down
4 changes: 2 additions & 2 deletions src/SB/Game/zEnt.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
#include "iModel.h"
#include "xSnd.h"
#include "xCollide.h"
#include "CodeWarrior/cstring"
#include "CodeWarrior/stdio.h"
#include <cstring>
#include <stdio.h>

extern _ShadowParams gShadowParams[5];
extern uint32 g_hash_xentanim[5];
Expand Down

0 comments on commit 8baf6eb

Please sign in to comment.