Przeglądaj źródła

move old raymath -> raymathext

xdrie 5 lat temu
rodzic
commit
f2880d9ceb
2 zmienionych plików z 3 dodań i 1 usunięć
  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;