#include "global.h"
#include "SDL.h"
#include "SDL_utils.h"
#include "RageSurface_Load.h"
#include "RageFile.h"
#include "RageLog.h"
#include "RageUtil.h"
#include "RageSurface.h"
#include "RageSurfaceUtils.h"
#include "RageSurfaceUtils_Zoom.h"
#include "RageThreads.h"
#include "StepMania.h"
#include <errno.h>
Functions | |
bool | SDL_GetEvent (SDL_Event &event, int mask) |
void | mySDL_GetAllEvents (vector< SDL_Event > &events) |
void | mySDL_PushEvents (vector< SDL_Event > &events) |
uint8_t | mySDL_EventState (uint8_t type, int state) |
CString | mySDL_GetError () |
void | mySDL_WM_SetIcon (CString sIconFile) |
SDL_Surface * | SDLSurfaceFromRageSurface (RageSurface *surf) |
RageSurface * | RageSurfaceFromSDLSurface (SDL_Surface *surf) |
void | SetupSDL () |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|