projects
/
liquidmodel
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
initial commit
[liquidmodel]
/
libs
/
imago
/
src
/
modules.c
1
/* this file is generated by ./configure, do not edit */
2
int img_register_jpeg();
3
int img_register_lbm();
4
int img_register_png();
5
int img_register_ppm();
6
int img_register_rgbe();
7
int img_register_tga();
8
9
void img_modules_init(void)
10
{
11
img_register_jpeg();
12
img_register_lbm();
13
img_register_png();
14
img_register_ppm();
15
img_register_rgbe();
16
img_register_tga();
17
}