Files
2026-04-07 16:49:03 +01:00

21 lines
263 B
C

#ifndef D_LIB_H
#define D_LIB_H
#include "common.h"
#ifdef __cplusplus
extern "C" {
#endif
extern u32 lbl_80574FA0;
extern u32 lbl_80574FA4;
void unknownStub();
bool strequals(const char *lhs, const char *rhs);
#ifdef __cplusplus
}
#endif
#endif // D_LIB_H