mirror of
https://github.com/zeldaret/tp
synced 2026-05-23 23:05:36 -04:00
9 lines
132 B
C
9 lines
132 B
C
#ifndef C_COUNTER_H
|
|
#define C_COUNTER_H
|
|
|
|
#include "dolphin/types.h"
|
|
|
|
void cCt_Counter(int resetCounter1);
|
|
|
|
#endif /* C_COUNTER_H */
|