00001 00025 #ifndef _HPGCC49_ALL 00026 #define _HPGCC49_ALL 00027 00028 //includes everything for the HP49g+ 00029 00030 #include <hpgcc_config.h> 00031 // < ibl ; 2005-09-06 > 00032 00033 // 64-BIT TYPE DEFINITION, ADDED BY CLAUDIO 01/14/05 00034 00035 #ifndef _LONGLONG_DEF 00036 typedef unsigned long long ULONGLONG; 00037 typedef long long LONGLONG; 00038 #define _LONGLONG_DEF 00039 #endif 00040 00041 #include <hpconio.h> 00042 #include <hpctype.h> 00043 #include <hpkeyb49.h> 00044 #include <hpmath.h> 00045 #include <hpscreen.h> 00046 #include <hpstdio.h> 00047 #include <hpstdlib.h> 00048 #include <hpstring.h> 00049 #include <hpsys.h> 00050 #include <hptime.h> 00051 #include <kos.h> 00052 #include <syscall.h> 00053 #include <saturn.h> 00054 #include <satdir.h> 00055 00056 #endif