mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-01-06 08:40:28 +01:00
Missed time.hpp
This commit is contained in:
parent
23fcf2747a
commit
f0d106a3b9
10
orbis-kernel/include/orbis/time.hpp
Normal file
10
orbis-kernel/include/orbis/time.hpp
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
#pragma once
|
||||
|
||||
#include "orbis-config.hpp"
|
||||
|
||||
namespace orbis {
|
||||
struct timespec {
|
||||
uint64_t sec;
|
||||
uint64_t nsec;
|
||||
};
|
||||
} // namespace orbis
|
||||
Loading…
Reference in a new issue