#ifndef SDL_H #define SDL_H #include #include int sdl_error(lua_State *L, const char *what); void acquire_sdl(void); void release_sdl(void); const char *strbutton(Uint8 button); const char *strscancode(SDL_Scancode s); const char *strsym(SDL_Keycode k); #endif /* !SDL_H */