move png support to separate file
This commit is contained in:
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 );
|
Reference in New Issue
Block a user