gbemu/include/timer.h

6 lines
72 B
C

#pragma once
#include <common.h>
void timer_init();
void timer_tick();