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