@@ -3,7 +3,7 @@ module raylib;
public
{
import rlgl;
- import raymath;
+ import raymathext;
}
/**********************************************************************************************
*
@@ -1,3 +1,5 @@
+module raymathext;
+
import raylib;
import std.math;