mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-06 15:05:59 +00:00
Missed time.hpp
This commit is contained in:
parent
23fcf2747a
commit
f0d106a3b9
1 changed files with 10 additions and 0 deletions
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…
Add table
Add a link
Reference in a new issue