dungeon_crawler

view 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 source
1 /* this file is generated by ./configure, do not edit */
2 int img_register_jpeg();
3 int img_register_png();
4 int img_register_ppm();
5 int img_register_rgbe();
7 void img_modules_init(void)
8 {
9 img_register_jpeg();
10 img_register_png();
11 img_register_ppm();
12 img_register_rgbe();
13 }