Fixed warnings.

This commit is contained in:
Branimir Karadžić
2018-01-31 19:50:52 -08:00
parent 82d22578f9
commit c94a53850e
2 changed files with 3 additions and 3 deletions

View File

@@ -9,7 +9,7 @@
namespace bx
{
float sqrt(float);
BX_CONST_FUNC float sqrt(float);
#define ELEMx 0
#define ELEMy 1

View File

@@ -9,8 +9,8 @@
namespace bx
{
float sqrt(float);
float rsqrt(float);
BX_CONST_FUNC float sqrt(float);
BX_CONST_FUNC float rsqrt(float);
#define ELEMx 0
#define ELEMy 1