Minesweeper/src/timer.h

11 lines
201 B
C
Raw Permalink Normal View History

2022-01-03 20:15:53 +01:00
#ifndef _PRINCEOFMYNES_TIMER_H
#define _PRINCEOFMYNES_TIMER_H
#include <gint/display.h>
#include <gint/timer.h>
#include <gint/clock.h>
#include "board.h"
void draw_timer(int, struct Board*);
#endif