add support for linux build

This commit is contained in:
Juraj Michalek
2014-04-19 20:57:36 +02:00
parent 2cdbccf10e
commit 57d35a9fd0
5 changed files with 28 additions and 8 deletions

View File

@@ -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);