make GetTime available to user of library

This commit is contained in:
user
2017-12-14 11:50:35 +01:00
parent b872de951b
commit 48d0c93ace
2 changed files with 5 additions and 2 deletions

View File

@@ -723,6 +723,9 @@ RLAPI void SetTargetFPS(int fps); // Set target
RLAPI int GetFPS(void); // Returns current FPS
RLAPI float GetFrameTime(void); // Returns time in seconds for last frame drawn
RLAPI double GetTime(void); // Return time in seconds
// Color-related functions
RLAPI int GetHexValue(Color color); // Returns hexadecimal value for a Color
RLAPI Color GetColor(int hexValue); // Returns a Color struct from hexadecimal value