mirror of
https://github.com/pret/pmd-sky.git
synced 2026-04-20 16:47:21 -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
|