prime/include/dolphin/os/OSFastCast.h

16 lines
175 B
C
Raw Normal View History

#ifndef _OSFASTCAST_H_
#define _OSFASTCAST_H_
#ifdef __cplusplus
extern "C" {
#endif
2022-09-18 06:05:46 +00:00
#define OS_FASTCAST_U8 2
2022-09-05 04:00:04 +00:00
#define OS_FASTCAST_S16 5
#ifdef __cplusplus
}
#endif
2022-09-05 04:00:04 +00:00
#endif