mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-05-16 01:11:21 +00:00
16 lines
179 B
C
16 lines
179 B
C
#ifndef _OSFASTCAST_H_
|
|
#define _OSFASTCAST_H_
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
#define OS_FASTCAST_U8 2
|
|
#define OS_FASTCAST_S16 5
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|
|
#endif
|