dungeon_crawler

diff prototype/imago2/modules.c @ 67:2560a7ab0243

internalized libanim, libimago2, and libpsys
author John Tsiombikas <nuclear@member.fsf.org>
date Sun, 07 Oct 2012 02:04:00 +0300
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/prototype/imago2/modules.c	Sun Oct 07 02:04:00 2012 +0300
     1.3 @@ -0,0 +1,13 @@
     1.4 +/* this file is generated by ./configure, do not edit */
     1.5 +int img_register_jpeg();
     1.6 +int img_register_png();
     1.7 +int img_register_ppm();
     1.8 +int img_register_rgbe();
     1.9 +
    1.10 +void img_modules_init(void)
    1.11 +{
    1.12 +	img_register_jpeg();
    1.13 +	img_register_png();
    1.14 +	img_register_ppm();
    1.15 +	img_register_rgbe();
    1.16 +}