mirror of
https://github.com/zeldaret/ss
synced 2026-06-22 16:42:53 -04:00
Fix link error with d_lib.cpp & mark as matching
This commit is contained in:
@@ -1,11 +1,20 @@
|
||||
#ifndef D_LIB_H
|
||||
#define D_LIB_H
|
||||
|
||||
namespace dLib {
|
||||
#include "common.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
extern u32 lbl_80574FA0;
|
||||
extern u32 lbl_80574FA4;
|
||||
|
||||
void unknownStub();
|
||||
bool strequals(const char *str1, const char *str2);
|
||||
bool strequals(const char *lhs, const char *rhs);
|
||||
|
||||
}; // namespace dLib
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif // D_LIB_H
|
||||
|
||||
Reference in New Issue
Block a user