summary refs log tree commit diff
path: root/src/Monitor.zig
blob: 9d6465f215246d615f134d414dcfa91eb4ca2b61 (plain) (blame)
1
2
3
4
usingnamespace @import("cimport.zig");

const Monitor = @This();
pimpl: *GLFWmonitor,