mirror of
https://github.com/minetest/minetest.git
synced 2024-11-23 16:13:46 +01:00
Fix Android build (#7873)
This commit is contained in:
parent
3b11288989
commit
4900ff0c4b
@ -31,7 +31,6 @@ with this program; if not, write to the Free Software Foundation, Inc.,
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <irrTypes.h>
|
#include <irrTypes.h>
|
||||||
#include <irrMath.h>
|
|
||||||
|
|
||||||
using namespace irr;
|
using namespace irr;
|
||||||
|
|
||||||
@ -52,6 +51,9 @@ namespace irr {
|
|||||||
|
|
||||||
#if (IRRLICHT_VERSION_MAJOR == 1 && IRRLICHT_VERSION_MINOR >= 9)
|
#if (IRRLICHT_VERSION_MAJOR == 1 && IRRLICHT_VERSION_MINOR >= 9)
|
||||||
namespace core {
|
namespace core {
|
||||||
|
template <typename T>
|
||||||
|
inline T roundingError();
|
||||||
|
|
||||||
template <>
|
template <>
|
||||||
inline s16 roundingError()
|
inline s16 roundingError()
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user