From cbc350c6fd14d117380c9717189294beead1c34e Mon Sep 17 00:00:00 2001 From: spacy51 Date: Thu, 16 Oct 2008 11:46:58 +0000 Subject: [PATCH] REMOVED second u8/u16/u32 typedefs git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@752 a31d4220-a93d-0410-bf67-fe4944624d44 --- src/System.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/System.h b/src/System.h index 2207b02c..163218e6 100644 --- a/src/System.h +++ b/src/System.h @@ -40,11 +40,6 @@ typedef int32_t s32; typedef int64_t s64; - -typedef unsigned char u8; -typedef unsigned short u16; -typedef unsigned int u32; - struct EmulatedSystem { // main emulation function void (*emuMain)(int);