• Main Page
  • Namespaces
  • Classes
  • Files
  • File List
  • File Members

src/util/header/typedef.h

Go to the documentation of this file.
00001 
00002 typedef unsigned char uchar;
00003 typedef unsigned short ushort;
00004 typedef unsigned int uint;
00005 typedef unsigned long ulong;
00006 typedef wchar_t wchar;
00007 
00008 #define SAVEDELETE(p) if(p){delete p; p=0;}
00009 #define SAVEDELETEARRAY(p) if(p){delete [] p; p=0;}

Generated on Fri Jun 18 2010 17:48:40 for Cannonball by  doxygen 1.7.0