00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015 #ifndef __MX__H___
00016 #define __MX__H___
00017 #define LIBMX_VERSION "1.0"
00018 #include "mx_types.h"
00019 #include "mxwnd.h"
00020 #include "mxsurface.h"
00021 #include "mxinterface.h"
00022 #include "mx_exception.h"
00023 #include "mxscreen.h"
00024 #include "mxjoystick.h"
00025 #include "mxthread.h"
00026 #include "colorVector.h"
00027 #include "args.h"
00028 #include "mxtimer.h"
00029 #include "mxfunction.h"
00030 #include "mxsemaphore.h"
00031 #include "mxmemory.h"
00032 #endif
00033