diff options
| author | raysan5 <[email protected]> | 2021-07-09 17:36:20 +0200 |
|---|---|---|
| committer | raysan5 <[email protected]> | 2021-07-09 17:36:20 +0200 |
| commit | 5ed814e950e5017d9f70274e8555b6e28ebf6808 (patch) | |
| tree | c9f0c27dae750b2246b8ac309e3313516572b61a /src/raymath.h | |
| parent | 2156cd4a84fa61003be5cd70f1fac18521515c15 (diff) | |
| download | raylib-5ed814e950e5017d9f70274e8555b6e28ebf6808.tar.gz raylib-5ed814e950e5017d9f70274e8555b6e28ebf6808.zip | |
Minor tweaks and comments
Diffstat (limited to 'src/raymath.h')
| -rw-r--r-- | src/raymath.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/raymath.h b/src/raymath.h index 55ca14e8..ea888cf0 100644 --- a/src/raymath.h +++ b/src/raymath.h @@ -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) |
