diff options
Diffstat (limited to 'src/c4.h')
-rw-r--r-- | src/c4.h | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -78,8 +78,6 @@ #include "port.h" #include "memmap.h" -START_EXTERN_C - extern int16 C4WFXVal; extern int16 C4WFYVal; extern int16 C4WFZVal; @@ -105,8 +103,6 @@ void C4Op0D(); extern int16 C4CosTable[]; extern int16 C4SinTable[]; -END_EXTERN_C - static INLINE uint8* C4GetMemPointer(uint32 Address) { return (Memory.ROM + ((Address & 0xff0000) >> 1) + (Address & 0x7fff)); |