We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90864ad commit dcaf8a7Copy full SHA for dcaf8a7
Externals/OPCODE/OPC_TreeBuilders.h
@@ -20,7 +20,7 @@
20
#ifndef __OPC_TREEBUILDERS_H__
21
#define __OPC_TREEBUILDERS_H__
22
23
-#include "opc_aabbtree.h"
+#include "OPC_AABBTree.h"
24
#include "xrCore/xrPool.h"
25
26
//! Tree splitting rules
Externals/OPCODE/Opcode.h
@@ -58,7 +58,7 @@ using namespace IceCore;
58
#endif
59
60
#ifndef __ICEMATHS_H__
61
-#include <Math.h>
+#include <math.h>
62
#define ICEMATHS_API OPCODE_API
63
namespace IceMaths
64
{
0 commit comments