diff options
Diffstat (limited to 'src/sim86/libs/reference_decoder')
| -rw-r--r-- | src/sim86/libs/reference_decoder/sim86.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/src/sim86/libs/reference_decoder/sim86.h b/src/sim86/libs/reference_decoder/sim86.h index b065a0e..893487b 100644 --- a/src/sim86/libs/reference_decoder/sim86.h +++ b/src/sim86/libs/reference_decoder/sim86.h @@ -10,18 +10,6 @@ ======================================================================== */ -typedef char unsigned u8; -typedef short unsigned u16; -typedef int unsigned u32; -typedef long long unsigned u64; - -typedef char s8; -typedef short s16; -typedef int s32; -typedef long long s64; - -typedef s32 b32; - #define ArrayCount(Array) (sizeof(Array) / sizeof((Array)[0])) static u32 const SIM86_VERSION = 4; |
