From f2054c2033d86a4d736285d1cbce229c7ab4ae7a Mon Sep 17 00:00:00 2001 From: twinaphex Date: Fri, 5 Aug 2016 23:59:30 +0200 Subject: More cleanups --- src/fxemu.h | 22 +--------------------- 1 file changed, 1 insertion(+), 21 deletions(-) (limited to 'src/fxemu.h') diff --git a/src/fxemu.h b/src/fxemu.h index ddcf6b0..133f646 100644 --- a/src/fxemu.h +++ b/src/fxemu.h @@ -89,27 +89,7 @@ #ifndef _FXEMU_H_ #define _FXEMU_H_ 1 -/* Types used by structures and code */ -#ifndef snes9x_types_defined -#define snes9x_types_defined - -typedef unsigned char uint8; -typedef unsigned short uint16; -typedef unsigned int uint32; -typedef unsigned char bool8; -typedef unsigned int bool32; -typedef signed char int8; -typedef short int16; -typedef int int32; -#endif - -#ifndef TRUE -#define TRUE 1 -#endif - -#ifndef FALSE -#define FALSE 0 -#endif +#include "port.h" /* The FxInfo_s structure, the link between the FxEmulator and the Snes Emulator */ typedef struct -- cgit v1.2.3