mirror of
https://github.com/zeldaret/ss
synced 2026-05-23 23:05:20 -04:00
21 lines
263 B
C
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
|