#ifndef DEMO_HH #define DEMO_HH #include bool sdl_input_simple(SDL_Event*); bool sdl_input_accurate(SDL_Event*); #endif