Browse Source

Fix rlgl.h to be used as a standalone

pull/590/head
Pablo Marcos Oltra 7 years ago
parent
commit
8d134edaf7
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      src/rlgl.h

+ 1
- 0
src/rlgl.h View File

@ -66,6 +66,7 @@
#if defined(RLGL_STANDALONE)
#define RAYMATH_STANDALONE
#define RAYMATH_HEADER_ONLY
#else
#include "raylib.h" // Required for: Model, Shader, Texture2D, TraceLog()
#endif

Loading…
Cancel
Save