← index
Codename.Quadtris/include/cmx.h
Source: Codename.Quadtris/include/cmx.h
/*

  (C) 2010 Jared Bruni under GPL

*/



#ifndef __CMX__H__
#define __CMX__H__

#ifdef HAVE_CONFIG_H
#include<config.h>
#endif

#if defined(PLATFORM_GENERIC)
#include"SDL.h"
#endif


#include "cmx_types.h"
#include "cmx_error.h"
#include "cmx_system.h"
#include "cmx_video.h"
#include "cmx_event.h"
#include "cmx_joystick.h"
#include "cmx_font.h"



namespace cmx {

}



#endif