mirror of
https://gitlab.com/skmp/dca3-game.git
synced 2025-04-28 13:07:59 +03:00
8 lines
310 B
C
8 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);
|