diff options
| -rw-r--r-- | libpsn00b/include/psxgte.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libpsn00b/include/psxgte.h b/libpsn00b/include/psxgte.h index feda6b2..539b79f 100644 --- a/libpsn00b/include/psxgte.h +++ b/libpsn00b/include/psxgte.h @@ -75,7 +75,7 @@ int isin(int a); */ int icos(int a); - /** +/** * @brief Gets sine of angle (fixed-point, high precision version) * * @details Returns the sine of angle a. @@ -85,7 +85,7 @@ int icos(int a); */ int hisin(int a); - /** +/** * @brief Gets cosine of angle (fixed-point, high precision version) * * @details Returns the cosine of angle a. |
