Fireset
Loading...
Searching...
No Matches
fstime.h
1// Copyright (c) 2025-2026 Henrique Rodrigues Santos
2// Licensed under the MIT License
3// Github: https://github.com/saintsHr/Fireset
4
5#pragma once
6
12
21
29double fsTimeGetDelta(void);
30
47double fsTimeGetTime(void);
48
56void fsTimeInit(void);
57
69void fsWait(long ms);
70
void fsWait(long ms)
Waits for a specified duration.
Definition fstime.c:90
double fsTimeGetDelta(void)
Returns the delta time.
Definition fstime.c:76
double fsTimeGetSystemTime(void)
Returns the current system time.
void fsTimeInit(void)
Initializes the time module.
Definition fstime.c:65
double fsTimeGetTime(void)
Returns the engine running time.
Definition fstime.c:72