projects
/
dosdemo
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
backported build fixes and warnings cleanup from dos
[dosdemo]
/
libs
/
imago
/
src
/
modules.c
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();
7
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
}