mirror of
https://github.com/zeldaret/ph
synced 2026-06-21 15:56:55 -04:00
Name function FastDivide
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
#ifndef LIB_MATH_H
|
||||
#define LIB_MATH_H
|
||||
|
||||
#include "types.h"
|
||||
|
||||
extern "C" u32 FastDivide(u32 a, u32 b);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user