mirror of
https://github.com/QIDITECH/QIDISlicer.git
synced 2026-01-30 23:48:44 +03:00
7 lines
127 B
C
7 lines
127 B
C
// QIDISlicer specific:
|
|
// Include and compile QOI library.
|
|
|
|
#define QOI_IMPLEMENTATION
|
|
#define QOI_NO_STDIO
|
|
#include "qoi.h"
|