- Added a namespace for the C++ API, which can be enable by doing
#define HLML_NAMESPACE
somewhere in your build system.- This was added because
std
now has it's ownlerp
implementation, which collides with HLML's ownlerp
function.
- This was added because