mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-05-17 05:51:19 +00:00
16 lines
208 B
C
16 lines
208 B
C
#ifndef _DOLPHIN_OSFASTCAST
|
|
#define _DOLPHIN_OSFASTCAST
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
#define OS_FASTCAST_U8 2
|
|
#define OS_FASTCAST_S16 5
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|
|
#endif // _DOLPHIN_OSFASTCAST
|