mirror of
https://github.com/pret/pmd-sky.git
synced 2026-08-05 02:37:05 -05:00
10 lines
187 B
C
10 lines
187 B
C
#ifndef PMDSKY_MAIN_02001A54_H
|
|
#define PMDSKY_MAIN_02001A54_H
|
|
|
|
#include "util.h"
|
|
|
|
s32 MultiplyByFixedPoint(s32 x, s32 y);
|
|
s32 sub_02001AB0(s32 x, s32 y);
|
|
|
|
#endif //PMDSKY_MAIN_02001A54_H
|