#ifndef FRAMERATE_H #define FRAMERATE_H // Defined to 20 FPS, constant void init_refresh(); void quit_refresh(); void wait_next_frame(); #endif