diff options
| author | raysan5 <raysan5@gmail.com> | 2014-01-23 12:36:18 +0100 |
|---|---|---|
| committer | raysan5 <raysan5@gmail.com> | 2014-01-23 12:36:18 +0100 |
| commit | 2cf5fa77658af7f5e72245e798db6b3a3f256371 (patch) | |
| tree | 8c47e3ed0d5c711e39fc9e45e898459a5eae9d86 /src/vector3.h | |
| parent | 762befb967f984f1529af6ff390b34347c6934a1 (diff) | |
| download | raylib-1.0.4.tar.gz raylib-1.0.4.zip | |
Updated raylib to version 1.0.41.0.4
Lots of changes added, check CHANGELOG for detailed description
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 |
