N64 QOI Encoder Demo 1.0.1
Encoder for N64 that saves it to SD card
Loading...
Searching...
No Matches
config.h
Go to the documentation of this file.
1
34
35#ifndef QOI_ENC_N64_CONFIG_H
36#define QOI_ENC_N64_CONFIG_H
37
38#if __cplusplus
39extern "C" {
40#endif
41
43#define QOI_ENC_VERSION "1.0.1"
45#define QOI_ENC_REVISION_DATE "(2026-05-09)"
46
47#if __cplusplus
48}
49#endif
50
51#endif // QOI_ENC_N64_CONFIG_H