Corrected camera issue and added function

This commit is contained in:
raysan5
2015-06-17 19:56:52 +02:00
parent 9572d6c063
commit 024e48850e
2 changed files with 6 additions and 26 deletions

View File

@@ -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);