michaldrobot/ShaderFastLibs

trailing semi-colons

pixelmager opened this issue · 0 comments

The two _PC lines should not have a trailing semicolon.

ifdef _PC

#define asint(_x)   *reinterpret_cast<int*>(&_x);
#define asfloat(_x) *reinterpret_cast<float*>(&_x);
#include <math.h> 

endif