mirror of
https://github.com/AquariaOSE/Aquaria.git
synced 2024-11-15 14:09:06 +00:00
7 lines
91 B
C
7 lines
91 B
C
#ifndef MINIZ_H
|
|
#define MINIZ_H
|
|
|
|
#define MINIZ_HEADER_FILE_ONLY
|
|
#include "miniz.c"
|
|
|
|
#endif
|