Code:// check for an error during the load process
if ( tex_2d == 0 )
printf( "SOIL loading error: '%s'\n", SOIL_last_result() );
I can't figure out how to solve this one.Quote:
\visual studio 2005\projects\domino\domino\domino.cpp(264) : error C2059: syntax error : 'if'
