mirror of
https://github.com/zeldaret/ph
synced 2026-05-24 15:20:55 -04:00
9 lines
108 B
C
9 lines
108 B
C
#ifndef LIB_MATH_H
|
|
#define LIB_MATH_H
|
|
|
|
#include "types.h"
|
|
|
|
extern "C" u32 FastDivide(u32 a, u32 b);
|
|
|
|
#endif
|