ableos/sysdata/programs/horizon/protocol/lib.idl

7 lines
81 B
Plaintext
Raw Normal View History

2024-09-13 16:40:05 -05:00
alias HostID = u64;
struct WindowID {
host_id: HostID,
window_id: u64
}