Minor tweaks and comments

This commit is contained in:
raysan5 2021-07-09 17:36:20 +02:00
parent 2156cd4a84
commit 5ed814e950
6 changed files with 34 additions and 33 deletions

View file

@ -46,7 +46,7 @@
//#define RAYMATH_HEADER_ONLY // NOTE: To compile functions as static inline, uncomment this line
#ifndef RAYMATH_STANDALONE
#include "raylib.h" // Required for structs: Vector3, Matrix
#include "raylib.h" // Required for: Vector3, Matrix structs definition
#endif
#if defined(RAYMATH_IMPLEMENTATION) && defined(RAYMATH_HEADER_ONLY)