greenfork / nimraylib_now

The Ultimate Raylib gaming library wrapper for Nim
MIT License
149 stars 16 forks source link

fixes #50 ; undefine near and far macros (from windows.h) in the generated headers #52

Closed enthus1ast closed 2 years ago

enthus1ast commented 2 years ago

fixes #50 pr #51 not needed

Signed-off-by: David Krause enthus1ast@users.noreply.github.com

enthus1ast commented 2 years ago

This prepends the undef to the top:

#undef near
#undef far
/**********************************************************************************************
*
*   raymath v1.5 - Math functions to work with Vector2, Vector3, Matrix and Quaternions
*
*   CONFIGURATION:
greenfork commented 2 years ago

Re-pushed as https://github.com/greenfork/nimraylib_now/pull/53