mirror of
https://github.com/ysoftdevs/cpp-examples.git
synced 2026-04-28 19:27:36 +02:00
add support for linux build
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
// SDL2 example - initialize and quit
|
||||
|
||||
#include "SDL.h"
|
||||
#include "SDL2/SDL.h"
|
||||
|
||||
int main(int argc, char** argv){
|
||||
SDL_Init(SDL_INIT_EVERYTHING);
|
||||
|
||||
Reference in New Issue
Block a user