1 2 3 4 5 6 7 8 9 10 11 12 13 14
#![allow(unused)] pub mod util; pub mod typedefs; pub mod error_codes; pub mod kernel32; pub mod user32; pub mod comctl32; pub use finestre_init_with_size_derive::InitWithSize; #[repr(C)] pub struct Point { }