Bläddra i källkod

Renamed Math.h --> MathFunctions.h

mensinda 9 år sedan
förälder
incheckning
3eafc7e746
2 ändrade filer med 3 tillägg och 3 borttagningar
  1. 2 2
      code/IRRLoader.cpp
  2. 1 1
      code/MathFunctions.h

+ 2 - 2
code/IRRLoader.cpp

@@ -56,8 +56,8 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 #include "StandardShapes.h"
 #include "Importer.h"
 
-// We need Math.h to compute the lcm/gcd of a number
-#include "Math.h"
+// We need MathFunctions.h to compute the lcm/gcd of a number
+#include "MathFunctions.h"
 #include <memory>
 #include "../include/assimp/DefaultLogger.hpp"
 #include "../include/assimp/mesh.h"

+ 1 - 1
code/Math.h → code/MathFunctions.h

@@ -39,7 +39,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 ---------------------------------------------------------------------------
 */
 
-/** @file  Math.h
+/** @file  MathFunctions.h
  *  @brief Implementation of the math functions (gcd and lcm)
  *
  *  Copied from BoostWorkaround/math