mirror of
https://github.com/Dongyifengs/AssetStudio-Genshin-MoYi.git
synced 2025-05-07 20:09:19 +08:00
9 lines
187 B
C
9 lines
187 B
C
|
#ifndef ASTC_H
|
||
|
#define ASTC_H
|
||
|
|
||
|
#include <stdint.h>
|
||
|
|
||
|
int decode_astc(const uint8_t *, const long, const long, const int, const int, uint32_t *);
|
||
|
|
||
|
#endif /* end of include guard: ASTC_H */
|