00001 // See the end of this file for license information. 00002 00003 #ifndef TORSION_TYPES_H 00004 #define TORSION_TYPES_H 00005 00006 typedef signed char Sint8; 00007 typedef signed short Sint16; 00008 typedef signed long Sint32; 00009 00010 typedef unsigned char Uint8; 00011 typedef unsigned short Uint16; 00012 typedef unsigned int Uint32; 00013 00014 typedef Uint32 Size; 00015 typedef Uint32 Address; 00016 00017 #define NULL 0 00018 00019 #endif 00020 00021 /* Torsion Operating System, Copyright (C) 2000-2004 Dan Helfman 00022 * 00023 * This program is free software; you can redistribute it and/or modify it 00024 * under the terms of the GNU General Public License as published by the 00025 * Free Software Foundation; either version 2 of the License, or (at your 00026 * option) any later version. 00027 * 00028 * This program is distributed in the hope that it will be useful, but 00029 * WITHOUT ANY WARRANTY; without even the implied warranty of 00030 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 00031 * General Public License for more details (in the COPYING file). 00032 * 00033 * You should have received a copy of the GNU General Public License along 00034 * with this program; if not, write to the Free Software Foundation, Inc., 00035 * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 00036 */
Torsion Operating System, Copyright (C) 2000-2004 Dan Helfman