#include #include #include bool wm_init() { return true; } void wm_quit(const char *m) { printf("hello, %s\n", m); }