--- SIDPlayer/src/types.h 2001/01/21 18:04:46 1.3 +++ SIDPlayer/src/types.h 2003/04/11 20:23:02 1.4 @@ -1,7 +1,7 @@ /* * types.h - Definitions of data types * - * SIDPlayer (C) Copyright 1996-2001 Christian Bauer + * SIDPlayer (C) Copyright 1996-2003 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -35,6 +35,8 @@ typedef Uint16 uint16; typedef Sint16 int16; typedef Uint32 uint32; typedef Sint32 int32; +typedef Uint64 uint64; +typedef Sint64 int64; #endif // Cycle count