projects
/
oweals
/
minetest.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3b11288
)
Fix Android build (#7873)
author
Vitaliy
<numzer0@yandex.ru>
Sun, 18 Nov 2018 10:48:16 +0000
(13:48 +0300)
committer
Loïc Blot
<nerzhul@users.noreply.github.com>
Sun, 18 Nov 2018 10:48:16 +0000
(11:48 +0100)
src/irrlichttypes.h
patch
|
blob
|
history
diff --git
a/src/irrlichttypes.h
b/src/irrlichttypes.h
index c1856bfa078e8772f5ac5dc528e612c534854c48..794776b2650ffd164246f98314f4d868868d094c 100644
(file)
--- a/
src/irrlichttypes.h
+++ b/
src/irrlichttypes.h
@@
-31,7
+31,6
@@
with this program; if not, write to the Free Software Foundation, Inc.,
#endif
#include <irrTypes.h>
-#include <irrMath.h>
using namespace irr;
@@
-52,6
+51,9
@@
namespace irr {
#if (IRRLICHT_VERSION_MAJOR == 1 && IRRLICHT_VERSION_MINOR >= 9)
namespace core {
+ template <typename T>
+ inline T roundingError();
+
template <>
inline s16 roundingError()
{