Review comments

This commit is contained in:
raysan5 2021-10-12 20:23:46 +02:00
parent 252bd22738
commit 670eab8b17
2 changed files with 6 additions and 4 deletions

View file

@ -10,8 +10,9 @@
********************************************************************************************/
#include "raylib.h"
#include "rlgl.h"
#include "raymath.h"
#include "raymath.h" // Required for: MatrixPerspective(), MatrixLookAt()
#if defined(PLATFORM_DESKTOP)
#define GLSL_VERSION 330