pokepinballrs/include/constants/anglemath.h
Retnuhytnuob e8822d07ab
Some checks are pending
CI / build (push) Waiting to run
Decompile sub_13D24; sub_14074; add 'anglemath.h' (#115)
* Decompile sub_13D24

* remove temp names from extern function definition

* decompile sub_14074

* cleanup

---------

Co-authored-by: Marcus Huderle <huderlem@gmail.com>
2025-06-19 10:31:39 -05:00

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