istereo

annotate libs/imago2/modules.c @ 32:bc6db80aaa58

stop the texture coordinates from growing to rediculous proportions
author John Tsiombikas <nuclear@mutantstargoat.com>
date Thu, 08 Sep 2011 21:22:44 +0300
parents
children
rev   line source
nuclear@26 1 /* this file is generated by ./configure, do not edit */
nuclear@26 2 int img_register_jpeg();
nuclear@26 3 int img_register_png();
nuclear@26 4 int img_register_ppm();
nuclear@26 5
nuclear@26 6 void img_modules_init(void)
nuclear@26 7 {
nuclear@26 8 img_register_jpeg();
nuclear@26 9 img_register_png();
nuclear@26 10 img_register_ppm();
nuclear@26 11 }