#252 add presets for Nox

This commit is contained in:
FunkyFr3sh 2023-10-14 05:00:27 +02:00
parent 351a0cf467
commit 995d1f294b
2 changed files with 48 additions and 3 deletions

View file

@ -4,6 +4,7 @@
#define WIN32_LEAN_AND_MEAN
#include <windows.h>
#define FILE_EXISTS(a) (GetFileAttributes(a) != INVALID_FILE_ATTRIBUTES)
typedef struct CNCDDRAWCONFIG
{