mirror of
https://github.com/raysan5/raylib.git
synced 2025-09-13 06:48:15 +00:00
make GetTime available to user of library
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user