diff --git a/include/nn/os.h b/include/nn/os.h index 380259d..61cea8c 100644 --- a/include/nn/os.h +++ b/include/nn/os.h @@ -39,7 +39,9 @@ struct InterProcessEventType { }; } // namespace detail -typedef u64 Tick; +struct Tick { + u64 value; +}; struct LightEventType { std::aligned_storage_t<0xc, 4> storage;