Redesign to work as standalone

Redesigned to work as standalone and support fordward-compatible context
(shaders review)
This commit is contained in:
raysan5
2016-03-20 13:39:27 +01:00
parent e2ba22ec59
commit 5e45c3c824
2 changed files with 52 additions and 5 deletions

View File

@@ -36,7 +36,11 @@
#include "utils.h" // Required for function TraceLog()
#endif
#include "raymath.h"
#ifdef RLGL_STANDALONE
#define RAYMATH_STANDALONE
#endif
#include "raymath.h" // Required for types: Vector3, Matrix
// Select desired OpenGL version
// NOTE: Those preprocessor defines are only used on rlgl module,