Adapted raymath as single header library

Added support for single header implementation and also inline functions
support
This commit is contained in:
raysan5
2016-01-20 18:20:05 +01:00
parent c8e8c0a002
commit efa1c96d19
6 changed files with 282 additions and 198 deletions

View File

@@ -32,6 +32,8 @@
#include <stdlib.h> // Declares malloc() and free() for memory management, rand()
#include <string.h> // Declares strcmp(), strlen(), strtok()
#include "raymath.h" // Required for Vector3 and Matrix functions
#if defined(GRAPHICS_API_OPENGL_11)
#ifdef __APPLE__ // OpenGL include for OSX
#include <OpenGL/gl.h>