Revert "Part one"

This reverts commit 63951d9b95.
This commit is contained in:
Filip Gawin
2020-04-18 12:29:28 +02:00
parent 6eaf0e4b41
commit d6314f9564
19 changed files with 230 additions and 172 deletions

View File

@@ -12,7 +12,7 @@
#include <math.h>
#ifdef WITHWINDOWS
#include <windows.h>
#include <Windows.h>
#endif
#ifdef WITHD3D
@@ -62,7 +62,7 @@ typedef int64_t int64;
typedef uint16_t wchar;
#ifndef nil
#define nil NULL
#define nil nullptr
#endif
#include "config.h"