Files
tp/include/SSystem/SComponent/c_counter.h
T

9 lines
132 B
C
Raw Normal View History

2021-03-28 22:49:05 +02:00
#ifndef C_COUNTER_H
#define C_COUNTER_H
#include "dolphin/types.h"
2021-03-30 23:55:16 +02:00
void cCt_Counter(int resetCounter1);
2021-03-28 22:49:05 +02:00
#endif /* C_COUNTER_H */