GlPortal / RadixEngine

A free and open game engine.
zlib License
148 stars 58 forks source link

Make VS2017 work #185

Closed kungfooman closed 5 years ago

kungfooman commented 5 years ago

1) Same problem like last time again, "not", "or", "and" etc. isn't recognized, even tho I configured the solution to use latest C++ standard

2) Fixing wrong default include for SDL2, the "SDL2" is never part of the include, that messes with every source distribution of SDL2

3) position.first = position... I have absolutely no idea what that code shall do. It doesn't compile, so I just commented it out (and everything works)