mirror of
https://gitlab.com/octospacc/MultiSpaccSDK
synced 2025-06-05 22:09:21 +02:00
Add README, some work on SDL 1.2
This commit is contained in:
11
LibMultiSpacc/SDL20/SDL.h
Normal file
11
LibMultiSpacc/SDL20/SDL.h
Normal file
@@ -0,0 +1,11 @@
|
||||
#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"
|
Reference in New Issue
Block a user