mirror of
https://github.com/bkaradzic/bx.git
synced 2026-02-17 20:52:37 +01:00
Fixed warnings.
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
|
||||
namespace bx
|
||||
{
|
||||
float sqrt(float);
|
||||
BX_CONST_FUNC float sqrt(float);
|
||||
|
||||
#define ELEMx 0
|
||||
#define ELEMy 1
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user