Skip to content

Commit ce8b343

Browse files
authored
Merge pull request #49 from MonsterDruide1/Tick-ctor
os: Add `Tick::Tick(u64)`
2 parents 744a935 + 4d74001 commit ce8b343

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

include/nn/os.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ struct InterProcessEventType {
4040
} // namespace detail
4141

4242
struct Tick {
43+
Tick(u64 val) : value(val) {}
44+
4345
u64 value;
4446
};
4547

0 commit comments

Comments
 (0)