3dphotoshoot

view libs/imago/modules.c @ 20:c14613d27a3a

writing a C++ shader class for this
author John Tsiombikas <nuclear@member.fsf.org>
date Thu, 11 Jun 2015 02:53:43 +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();
6 int img_register_tga();
8 void img_modules_init(void)
9 {
10 img_register_jpeg();
11 img_register_png();
12 img_register_ppm();
13 img_register_rgbe();
14 img_register_tga();
15 }