move all image decoders into separate files
This commit is contained in:
parent
a3d62033d8
commit
85ba66e7e8
11 changed files with 1313 additions and 1255 deletions
4
Makefile
4
Makefile
|
@ -1175,6 +1175,10 @@ Q3OBJ = \
|
|||
$(B)/client/tr_font.o \
|
||||
$(B)/client/tr_image.o \
|
||||
$(B)/client/tr_image_png.o \
|
||||
$(B)/client/tr_image_jpg.o \
|
||||
$(B)/client/tr_image_bmp.o \
|
||||
$(B)/client/tr_image_tga.o \
|
||||
$(B)/client/tr_image_pcx.o \
|
||||
$(B)/client/tr_init.o \
|
||||
$(B)/client/tr_light.o \
|
||||
$(B)/client/tr_main.o \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue