1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
#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