1
0
Fork 0
mirror of https://github.com/AquariaOSE/Aquaria.git synced 2024-11-25 17:53:47 +00:00
This commit is contained in:
fgenesis 2024-06-25 04:43:13 +02:00
parent 8b73101f42
commit 5676c41f45
2 changed files with 1751 additions and 0 deletions

1748
ExternalLibs/dmon.h Normal file

File diff suppressed because it is too large Load diff

View file

@ -37,3 +37,6 @@ static unsigned char * miniz_stbi_compress(unsigned char *data, int data_len, in
#define QOI_IMPLEMENTATION
#define QOI_NO_STDIO
#include "qoi.h"
#define DMON_IMPL
#include "dmon.h"