comparison krapula.c @ 28:ca6f4ff8494f

Joo.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 03 Oct 2012 11:04:17 +0300
parents 8af550785710
children c7703611ea04
comparison
equal deleted inserted replaced
27:8af550785710 28:ca6f4ff8494f
404 return DMERR_INIT_FAIL; 404 return DMERR_INIT_FAIL;
405 405
406 dmPrint(0, "%s\n", dmProgDesc); 406 dmPrint(0, "%s\n", dmProgDesc);
407 dmPrint(0, "TNSP simple demoengine initializing.\n"); 407 dmPrint(0, "TNSP simple demoengine initializing.\n");
408 dmPrint(0, "%s\n", dmProgAuthor); 408 dmPrint(0, "%s\n", dmProgAuthor);
409 #ifdef DM_USE_TREMOR
409 dmPrint(0, "Using libSDL, Tremor Vorbis codec, zlib and modified stb_image.\n" 410 dmPrint(0, "Using libSDL, Tremor Vorbis codec, zlib and modified stb_image.\n"
411 #else
412 dmPrint(0, "Using libSDL, zlib and modified stb_image.\n"
413 #endif
410 "See README.txt for more information.\n"); 414 "See README.txt for more information.\n");
411 415
412 return DMERR_OK; 416 return DMERR_OK;
413 } 417 }
414 418