diff options
Diffstat (limited to 'src/vector3.h')
| -rw-r--r-- | src/vector3.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vector3.h b/src/vector3.h index a42b2678..6c0ead6d 100644 --- a/src/vector3.h +++ b/src/vector3.h @@ -26,7 +26,7 @@ #ifndef VECTOR3_H #define VECTOR3_H -#include "raylib.h" // Defines Vector3 structure +#include "raylib.h" // Defines Vector3 structure #ifdef __cplusplus extern "C" { // Prevents name mangling of functions |
