pmd-sky/include/main_02001CD4.h
2026-07-11 17:18:25 -04:00

12 lines
332 B
C

#ifndef PMDSKY_MAIN_02001CD4_H
#define PMDSKY_MAIN_02001CD4_H
#include "util.h"
void FixedPoint32To64(struct fixed_point_64* out, s32 x);
void NegateFixedPoint64(struct fixed_point_64* x);
bool8 FixedPoint64IsZero(struct fixed_point_64* x);
bool8 FixedPoint64IsNegative(struct fixed_point_64* x);
#endif //PMDSKY_MAIN_02001CD4_H