diff options
| author | raysan5 <raysan5@gmail.com> | 2015-06-17 19:56:52 +0200 |
|---|---|---|
| committer | raysan5 <raysan5@gmail.com> | 2015-06-17 19:56:52 +0200 |
| commit | 024e48850e82ff466d1712227bcddbb8a5b627bb (patch) | |
| tree | c6cb2e1c367c99150cbea423acffeb4983667b52 /src/raylib.h | |
| parent | 9572d6c0632fae001481d8395e8e6f154aaf4a4c (diff) | |
| download | raylib-024e48850e82ff466d1712227bcddbb8a5b627bb.tar.gz raylib-024e48850e82ff466d1712227bcddbb8a5b627bb.zip | |
Corrected camera issue and added function
Diffstat (limited to 'src/raylib.h')
| -rw-r--r-- | src/raylib.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/raylib.h b/src/raylib.h index 0d16a9af..6800b260 100644 --- a/src/raylib.h +++ b/src/raylib.h @@ -437,6 +437,7 @@ void SetResetControl(int resetKey); void SetPawnControl(int pawnControlKey); void SetFnControl(int fnControlKey); void SetSmoothZoomControl(int smoothZoomControlKey); +void SetOrbitalTarget(Vector3 target); int GetShaderLocation(Shader shader, const char *uniformName); void SetShaderValue(Shader shader, int uniformLoc, float *value, int size); |
