|
@@ -1,3 +1,4 @@
|
|
|
|
+module raylib;
|
|
/**********************************************************************************************
|
|
/**********************************************************************************************
|
|
*
|
|
*
|
|
* raylib - A simple and easy-to-use library to enjoy videogames programming (www.raylib.com)
|
|
* raylib - A simple and easy-to-use library to enjoy videogames programming (www.raylib.com)
|
|
@@ -70,7 +71,6 @@
|
|
* 3. This notice may not be removed or altered from any source distribution.
|
|
* 3. This notice may not be removed or altered from any source distribution.
|
|
*
|
|
*
|
|
**********************************************************************************************/
|
|
**********************************************************************************************/
|
|
-module raylib;
|
|
|
|
|
|
|
|
import core.stdc.config;
|
|
import core.stdc.config;
|
|
import core.stdc.stdarg;
|
|
import core.stdc.stdarg;
|