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