Merge branch 'miami' into lcs

# Conflicts:
#	README.md
#	premake5.lua
This commit is contained in:
Sergeanur
2021-07-09 00:05:26 +03:00
12 changed files with 67 additions and 47 deletions

View File

@ -1,4 +1,5 @@
#include <time.h>
#include <limits.h>
// This is the common include for platform/renderer specific skeletons(glfw.cpp, win.cpp etc.) and using cross platform things (like Windows directories wrapper, platform specific global arrays etc.)
// Functions that's different on glfw and win but have same signature, should be located on platform.h.