6 lines
72 B
C
6 lines
72 B
C
|
#pragma once
|
||
|
|
||
|
#include <common.h>
|
||
|
|
||
|
void timer_init();
|
||
|
void timer_tick();
|