Browse Source

move old raymath -> raymathext

xdrie 5 years ago
parent
commit
f2880d9ceb
2 changed files with 3 additions and 1 deletions
  1. 1 1
      source/raylib.d
  2. 2 0
      source/raymathext.d

+ 1 - 1
source/raylib.d

@@ -3,7 +3,7 @@ module raylib;
 public
 public
 {
 {
     import rlgl;
     import rlgl;
-    import raymath;
+    import raymathext;
 }
 }
 /**********************************************************************************************
 /**********************************************************************************************
 *
 *

+ 2 - 0
source/raymath.d → source/raymathext.d

@@ -1,3 +1,5 @@
+module raymathext;
+
 import raylib;
 import raylib;
 import std.math;
 import std.math;