update time returns
This commit is contained in:
parent
09bdfa26df
commit
9723f7e628
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue