Explorar o código

move old raymath -> raymathext

xdrie %!s(int64=5) %!d(string=hai) anos
pai
achega
f2880d9ceb
Modificáronse 2 ficheiros con 3 adicións e 1 borrados
  1. 1 1
      source/raylib.d
  2. 2 0
      source/raymathext.d

+ 1 - 1
source/raylib.d

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

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

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