#ifndef INC_RINPUT_H #define INC_RINPUT_H #ifdef _WIN32 #include bool rinput_init(void); void rinput_end(void); #endif #endif // vi: sw=4 ts=4 noet tw=80 cc=80