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 b08170acb1 readme.txt edited online with Bitbucket 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 readme.txt edited online with Bitbucket 11 years ago
sdl.inc Added sdl.inc file 11 years ago
test.cpp renamed inc files, created 'jade.h' file to correspond with project name 11 years ago

readme.txt

Simple SDL1 Test.

Compile with:

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