istereo

annotate libs/imago2/modules.c @ 37:e60f9d8af28d

fixed the orientation of the tunnel when in non-stereo mode
author John Tsiombikas <nuclear@mutantstargoat.com>
date Fri, 09 Sep 2011 23:37:38 +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 }