diff options
| author | Sean Miller <seanmiller999@gmail.com> | 2026-04-07 16:49:03 +0100 |
|---|---|---|
| committer | Sean Miller <seanmiller999@gmail.com> | 2026-04-07 16:49:03 +0100 |
| commit | 21c847dfd63f557d7d617182148a52198f2466ef (patch) | |
| tree | 3f0f26e1955e1a04ef344865f91cee698937dee5 /src/toBeSorted/d_lib.cpp | |
| parent | 917f8508248fa793ae3ac8ffd5338e5d6275a190 (diff) | |
Fix link error with d_lib.cpp & mark as matching
Diffstat (limited to 'src/toBeSorted/d_lib.cpp')
| -rw-r--r-- | src/toBeSorted/d_lib.cpp | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/src/toBeSorted/d_lib.cpp b/src/toBeSorted/d_lib.cpp index 9c374a13..d8111ce4 100644 --- a/src/toBeSorted/d_lib.cpp +++ b/src/toBeSorted/d_lib.cpp @@ -2,9 +2,12 @@ #include <cstring> -void dLib::unknownStub() {} +u32 lbl_80574FA0; +u32 lbl_80574FA4; -bool dLib::strequals(const char *lhs, const char *rhs) { +void unknownStub() {} + +bool strequals(const char *lhs, const char *rhs) { if (!rhs) { return false; } |
