mirror of
https://github.com/pret/pmd-sky.git
synced 2026-08-05 02:37:05 -05:00
10 lines
206 B
C
10 lines
206 B
C
#ifndef PMDSKY_MAIN_02001BB4_H
|
|
#define PMDSKY_MAIN_02001BB4_H
|
|
|
|
#include "util.h"
|
|
|
|
u32 sub_02001BB4(s32 x, s32 y);
|
|
void IntToFixedPoint64(struct fixed_point_64* out, s32 x);
|
|
|
|
#endif //PMDSKY_MAIN_02001BB4_H
|