#ifndef _PRINCEOFMYNES_TIMER_H #define _PRINCEOFMYNES_TIMER_H #include #include #include #include "board.h" void draw_timer(int, struct Board*); #endif