mirror of
https://github.com/zeldaret/ss
synced 2026-06-23 08:59:51 -04:00
42 lines
682 B
C
42 lines
682 B
C
#ifndef LYT_RELATED_FLOATS_H
|
|
#define LYT_RELATED_FLOATS_H
|
|
|
|
#include "common.h"
|
|
|
|
extern "C" f32 lbl_805751A4;
|
|
inline f32 get_805751A4() {
|
|
return lbl_805751A4;
|
|
}
|
|
|
|
extern "C" s32 lbl_80575134;
|
|
inline s32 get_80575134() {
|
|
return lbl_80575134;
|
|
}
|
|
|
|
extern "C" s32 lbl_8057511C;
|
|
inline s32 get_8057511C() {
|
|
return lbl_8057511C;
|
|
}
|
|
|
|
extern "C" f32 lbl_8057515C;
|
|
inline f32 get_8057515C() {
|
|
return lbl_8057515C;
|
|
}
|
|
|
|
extern "C" f32 lbl_80575148;
|
|
inline f32 get_80575148() {
|
|
return lbl_80575148;
|
|
}
|
|
|
|
extern "C" f32 lbl_8057519C;
|
|
inline f32 get_8057519C() {
|
|
return lbl_8057519C;
|
|
}
|
|
|
|
extern "C" f32 lbl_80575190;
|
|
inline f32 get_80575190() {
|
|
return lbl_80575190;
|
|
}
|
|
|
|
#endif
|