update time returns

This commit is contained in:
Able 2022-04-09 10:29:46 -05:00
parent 09bdfa26df
commit 9723f7e628

View file

@ -16,8 +16,8 @@ extern "C" {
/// Get the current time in seconds, milliseconds
///
/// Temporarily returns an i64 instead of a SecondsTime
pub fn get_time() -> i64;
/// Temporarily returns an i32 instead of a SecondsTime
pub fn get_time() -> i32;
/// Set the current time in seconds, milliseconds
pub fn set_time(time: SecondsTime);