Delete 'timer.h'

This commit is contained in:
Gladosse 2022-01-03 20:16:39 +01:00
parent 02015ae54b
commit 2389b4ce4a
1 changed files with 0 additions and 11 deletions

11
timer.h
View File

@ -1,11 +0,0 @@
#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