mirror of
https://github.com/UberGames/ioef.git
synced 2024-11-24 05:01:40 +00:00
move png support to separate file
This commit is contained in:
parent
cb06e3e93a
commit
4eec54c338
4 changed files with 2469 additions and 2447 deletions
1
Makefile
1
Makefile
|
@ -1174,6 +1174,7 @@ Q3OBJ = \
|
|||
$(B)/client/tr_flares.o \
|
||||
$(B)/client/tr_font.o \
|
||||
$(B)/client/tr_image.o \
|
||||
$(B)/client/tr_image_png.o \
|
||||
$(B)/client/tr_init.o \
|
||||
$(B)/client/tr_light.o \
|
||||
$(B)/client/tr_main.o \
|
||||
|
|
File diff suppressed because it is too large
Load diff
2466
code/renderer/tr_image_png.c
Normal file
2466
code/renderer/tr_image_png.c
Normal file
File diff suppressed because it is too large
Load diff
1
code/renderer/tr_image_png.h
Normal file
1
code/renderer/tr_image_png.h
Normal file
|
@ -0,0 +1 @@
|
|||
void LoadPNG( const char *name, byte **pic, int *width, int *height );
|
Loading…
Reference in a new issue