prime/include/dolphin/os/OSFastCast.h
Luke Street 234afca6c2 clang-format pass
Former-commit-id: 6a979e343f6a88e4c9b78d3917c1fabfcb211a0a
2022-09-18 02:05:46 -04:00

16 lines
175 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