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 8a4e175e25 Added -Wall to Makefiles 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
Makefile Added -Wall to Makefiles 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 Changed NextTick var to UINT 11 years ago

readme.txt

Simple SDL1 Test.

Compile with:

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