/*---------------------------------------------------------------------------* Project: DLS converter for SYN File: types.h Copyright (C)2001-2006 Nintendo All Rights Reserved. These coded instructions, statements, and computer programs contain proprietary information of Nintendo of America Inc. and/or Nintendo Company Ltd., and are protected by Federal copyright law. They may not be disclosed to third parties or copied or duplicated in any form, in whole or in part, without the prior written consent of Nintendo. $Log: types.h,v $ Revision 1.2 02/08/2006 06:21:14 aka Changed copyright. *---------------------------------------------------------------------------*/ #ifndef __TYPES_H__ #define __TYPES_H__ #define f32 float #define u8 unsigned char #define s16 signed short #define u16 unsigned short #define s32 signed long #define u32 unsigned long #endif // __TYPES_H__