mirror of
https://github.com/AquariaOSE/Aquaria.git
synced 2024-11-25 09:44:02 +00:00
integrate dmon from https://github.com/septag/dmon
This commit is contained in:
parent
8b73101f42
commit
5676c41f45
2 changed files with 1751 additions and 0 deletions
1748
ExternalLibs/dmon.h
Normal file
1748
ExternalLibs/dmon.h
Normal file
File diff suppressed because it is too large
Load diff
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue