mirror of
https://github.com/pret/pokepinballrs.git
synced 2026-03-21 17:24:13 -05:00
Some checks are pending
CI / build (push) Waiting to run
* Decompile sub_13D24 * remove temp names from extern function definition * decompile sub_14074 * cleanup --------- Co-authored-by: Marcus Huderle <huderlem@gmail.com>
8 lines
188 B
C
8 lines
188 B
C
#ifndef GUARD_CONSTANTS_ANGLE_MATH_H
|
|
#define GUARD_CONSTANTS_ANGLE_MATH_H
|
|
|
|
#define ANGLE_90 0x4000
|
|
#define ANGLE_180 0x8000
|
|
#define ANGLE_360 0x10000
|
|
|
|
#endif //GUARD_CONSTANTS_ANGLE_MATH_H
|