You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
jade/sdl_test
Armando Rivera c723cb3c1c Fixee minor issue in sdl_test, tweake ENUM define to provide { automatically 11 years ago
..
anim Added CHAR, ENUM/ENDENUM, EXIT, SHORT, LPCAR keywords, and first SDL Test 11 years ago
font Added CHAR, ENUM/ENDENUM, EXIT, SHORT, LPCAR keywords, and first SDL Test 11 years ago
readme.txt Added readme.txt for sdl_test 11 years ago
test Added CHAR, ENUM/ENDENUM, EXIT, SHORT, LPCAR keywords, and first SDL Test 11 years ago
test.cpp Fixee minor issue in sdl_test, tweake ENUM define to provide { automatically 11 years ago

readme.txt

Ccompile with:

g++ -ldl $(sdl-config --libs --cflags) -lSDL_image -lSDL_ttf test.cpp -o test -std=c++11