mirror of
https://github.com/zeldaret/ph
synced 2026-08-13 20:15:11 -04:00
Delink ActorShopItem.cpp (#147)
* Make types compatible with dsd-ghidra typesync * Update actors.md * Update docs * Delink ActorShopItem.cpp
This commit is contained in:
@@ -3,6 +3,6 @@
|
||||
|
||||
#define assert(condition) (void) ((condition) || __assert_failed(#condition, __FILE__, __FUNCTION__, __LINE__));
|
||||
|
||||
void __assert_failed(char *condition, char *fileName, char *functionName, s32 lineNumber);
|
||||
void __assert_failed(char *condition, char *fileName, char *functionName, int lineNumber);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user