15 lines
141 B
C++
15 lines
141 B
C++
|
|
/*
|
|
*
|
|
* Header to xlib input module
|
|
*
|
|
*
|
|
*/
|
|
|
|
namespace xlib {
|
|
|
|
// Init this to enable xlib input
|
|
void InitInput();
|
|
|
|
} // namespace xlib
|