mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-05-26 15:24:30 -04:00
bd068c0168
* d_meter2 wip * d_s_play * d_file_sel_info * format * tag_lv5soup / tag_setBall / fix dKyeff * d_cc_uty
9 lines
127 B
C
9 lines
127 B
C
#ifndef D_D_TIMER_H
|
|
#define D_D_TIMER_H
|
|
|
|
#include "dolphin/types.h"
|
|
|
|
void dTimer_createStockTimer();
|
|
|
|
#endif /* D_D_TIMER_H */
|