mirror of
https://github.com/pret/pmd-sky.git
synced 2026-03-21 17:25:15 -05:00
8 lines
159 B
C
8 lines
159 B
C
#ifndef PMDSKY_MAIN_0208655C_H
|
|
#define PMDSKY_MAIN_0208655C_H
|
|
|
|
// Takes the absolute value of an integer.
|
|
s32 abs(s32 value);
|
|
|
|
#endif //PMDSKY_MAIN_0208655C_H
|