Skip to content

Commit

Permalink
Remove xDebugAddTweak def from header
Browse files Browse the repository at this point in the history
  • Loading branch information
escape209 committed Sep 11, 2024
1 parent 00b1cb8 commit d73f368
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
8 changes: 4 additions & 4 deletions src/SB/Game/zLightning.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ extern xVec3 sTweakEnd;

extern char stringBase0[];

void xDebugAddTweak(const char*, F32*, F32, F32, const tweak_callback*, void*, U32)
{
}

void lightningTweakChangeType(const tweak_info& t)
{
// "Lightning|\x01Type Info"
Expand Down Expand Up @@ -118,10 +122,6 @@ void xDebugAddTweak(const char*, U8*, U8, U8, const tweak_callback*, void*, U32)
{
}

void xDebugAddTweak(const char*, F32*, F32, F32, const tweak_callback*, void*, U32)
{
}

void xDebugAddFlagTweak(const char*, U32*, U32, const tweak_callback*, void*, U32)
{
}
Expand Down
2 changes: 0 additions & 2 deletions src/SB/Game/zLightning.h
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,6 @@ void xDebugAddSelectTweak(char* name, U32* param_2, char** param_3, U32* param_4
tweak_callback* callback, void* param_7, U32 param_8);
void xDebugAddTweak(char* name, S16* property, S16 param_3, S16 param_4, tweak_callback* callback,
void* param_6, U32 param_7);
void xDebugAddTweak(char* name, F32* property, F32 param_3, F32 param_4, tweak_callback* callback,
void* param_6, U32 param_7);

void zLightningInit();
void zLightningUpdate(F32 seconds);
Expand Down

0 comments on commit d73f368

Please sign in to comment.