gbemu/lib/timer.c

10 lines
71 B
C

#include <timer.h>
void timer_init() {
}
void timer_tick() {
}