mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-06-06 09:13:29 +00:00
17 lines
234 B
C
17 lines
234 B
C
#ifndef _DOLPHIN_OSFASTCAST
|
|
#define _DOLPHIN_OSFASTCAST
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
#define OS_FASTCAST_U8 2
|
|
#define OS_FASTCAST_U16 3
|
|
#define OS_FASTCAST_S16 5
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|
|
#endif // _DOLPHIN_OSFASTCAST
|