00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00023 #ifndef FL_TYPES_H
00024 #define FL_TYPES_H
00025
00027
00028
00030 typedef unsigned char uchar;
00032 typedef unsigned long ulong;
00033
00038 typedef char *Fl_String;
00039
00043 typedef const char *Fl_CString;
00044
00046 typedef unsigned int Fl_Shortcut;
00047
00049 typedef unsigned int Fl_Char;
00050
00052
00053 #endif
00054
00055
00056
00057