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 0aa4b49022 Added sdl.inc file 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
sdl.inc Added sdl.inc file 11 years ago
test Added CHAR, ENUM/ENDENUM, EXIT, SHORT, LPCAR keywords, and first SDL Test 11 years ago
test.cpp renamed inc files, created 'jade.h' file to correspond with project name 11 years ago

readme.txt

Ccompile with:

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