Updated to VS 2019
This commit is contained in:
@@ -1,2 +1,2 @@
|
|||||||
rem call "%VSINSTALLDIR%VC\Auxiliary\Build\vcvars64.bat"
|
rem call "%VSINSTALLDIR%VC\Auxiliary\Build\vcvars64.bat"
|
||||||
cmake -H. -G"Visual Studio 15 2017" -Bbuild -DCMAKE_TOOLCHAIN_FILE="toolchain/toolchain-x86_64-pc-windows-msvc.cmake"
|
cmake -H. -G"Visual Studio 16 2019" -Bbuild -DCMAKE_TOOLCHAIN_FILE="toolchain/toolchain-x86_64-pc-windows-msvc.cmake"
|
||||||
@@ -10,6 +10,7 @@
|
|||||||
#define KRBEHAVIOR_H
|
#define KRBEHAVIOR_H
|
||||||
|
|
||||||
#include <map>
|
#include <map>
|
||||||
|
#include <string>
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
||||||
|
|||||||
@@ -4,6 +4,7 @@
|
|||||||
#include "vector2.h"
|
#include "vector2.h"
|
||||||
#include "vector3.h"
|
#include "vector3.h"
|
||||||
#include "matrix4.h"
|
#include "matrix4.h"
|
||||||
|
#include <string>
|
||||||
|
|
||||||
#if defined(ANDROID)
|
#if defined(ANDROID)
|
||||||
#include <GLES3/gl3.h>
|
#include <GLES3/gl3.h>
|
||||||
|
|||||||
Reference in New Issue
Block a user