← index
JavaScript.Projects/source/apps/WebAssembly_Ports/Current.Port/wasm_port/mx/mx.h
Source: JavaScript.Projects/source/apps/WebAssembly_Ports/Current.Port/wasm_port/mx/mx.h
/*
	MX library.

	http://lostsidedead.com/svn


	libmx written by jared bruni, it is wrappers around SDL
and other api's to provide a set of classes and functions
to produce multi media applications, using object oriented
techniques.

 	(C) 2008 LostSideDead
*/

#ifndef __MX__H___
#define __MX__H___
#define LIBMX_VERSION "1.0"
#include "mx_types.h"
#include "mxwnd.h"
#include "mxsurface.h"
#include "mxinterface.h"
#include "mx_exception.h"
#include "mxscreen.h"
#include "mxjoystick.h"
#include "mxthread.h"
#include "colorVector.h"
#include "args.h"
#include "mxtimer.h"
#include "mxfunction.h"
#include "mxsemaphore.h"
#include "mxmemory.h"
#endif