mirror of
https://gitlab.com/skmp/dca3-game.git
synced 2025-04-28 21:17:59 +03:00
9 lines
310 B
C
9 lines
310 B
C
![]() |
#include <stdio.h>
|
||
|
#include <assert.h>
|
||
|
#include "pvr_texture_encoder.h"
|
||
|
#include "file_common.h"
|
||
|
|
||
|
void fTexWrite(const PvrTexEncoder *td, const char *outfname);
|
||
|
void fTexWritePalette(const PvrTexEncoder *td, const char *outfname);
|
||
|
void fTexWritePaletteAppendPal(const PvrTexEncoder *td, const char *outfname);
|