Ybalrid / Annwvyn

Annwvyn C++ Open Source designed-for-VR game engine and application developement framework
MIT License
41 stars 7 forks source link

Fix macros related uglyness #65

Closed Ybalrid closed 7 years ago

Ybalrid commented 7 years ago

This PR fixes #59 and #60 by replacing a bunch of macros by actual functions. Also by removing Linux specific pieces of code, and instead aligning on the semantic that some pieces are specific to the WIN32 platform and/or the Microsoft Visual Studio compiler.