mirror of
https://github.com/golyalpha/OrcaSlicer-bambulab.git
synced 2026-06-12 03:37:46 +02:00
7 lines
128 B
C
7 lines
128 B
C
|
|
// PrusaSlicer specific:
|
||
|
|
// Include and compile QOI library.
|
||
|
|
|
||
|
|
#define QOI_IMPLEMENTATION
|
||
|
|
#define QOI_NO_STDIO
|
||
|
|
#include "qoi.h"
|