mirror of
https://github.com/ysoftdevs/cpp-examples.git
synced 2026-01-17 17:21:49 +01: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