mirror of
https://gitlab.com/octospacc/MultiSpaccSDK
synced 2025-04-18 12:47:19 +02:00
17 lines
359 B
C
17 lines
359 B
C
#pragma once
|
|
|
|
#ifndef MultiSpacc_Target_SDL20
|
|
#define MultiSpacc_Target_SDL20
|
|
#endif
|
|
|
|
#include "../MultiSpacc.h"
|
|
#include "SDL2/SDL.h"
|
|
#include "SDL2/SDL_image.h"
|
|
#include "SDL2/SDL_mixer.h"
|
|
#include "SDL2/SDL_ttf.h"
|
|
|
|
#define MultiSpacc_Window SDL_Window
|
|
#define MultiSpacc_Surface SDL_Surface
|
|
|
|
#define MultiSpacc_UpdateWindowSurface SDL_UpdateWindowSurface
|