diff options
author | mssx86 <mss@tutanota.de> | 2021-07-01 19:12:28 +0200 |
---|---|---|
committer | withmorten <morten.with@gmail.com> | 2021-07-05 22:40:21 +0200 |
commit | c5e896c4202e6518a31cf7edb5a4f9c8bfdb2dea (patch) | |
tree | 50d5249ec5fb9a075a0b3a5655ef5f79a69a165b /src/skel | |
parent | fix cmake workflow (diff) | |
download | re3-c5e896c4202e6518a31cf7edb5a4f9c8bfdb2dea.tar re3-c5e896c4202e6518a31cf7edb5a4f9c8bfdb2dea.tar.gz re3-c5e896c4202e6518a31cf7edb5a4f9c8bfdb2dea.tar.bz2 re3-c5e896c4202e6518a31cf7edb5a4f9c8bfdb2dea.tar.lz re3-c5e896c4202e6518a31cf7edb5a4f9c8bfdb2dea.tar.xz re3-c5e896c4202e6518a31cf7edb5a4f9c8bfdb2dea.tar.zst re3-c5e896c4202e6518a31cf7edb5a4f9c8bfdb2dea.zip |
Diffstat (limited to 'src/skel')
-rw-r--r-- | src/skel/crossplatform.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/skel/crossplatform.h b/src/skel/crossplatform.h index 24c3fb4d..a073f854 100644 --- a/src/skel/crossplatform.h +++ b/src/skel/crossplatform.h @@ -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. |