/* * * Header to xlib input module * * */ namespace xlib { // Init this to enable xlib input void InitInput(); } // namespace xlib