mirror of
https://github.com/encounter/tp.git
synced 2026-07-11 06:18:46 -07:00
* 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 */
|