Files
tp/include/SSystem/SComponent/c_counter.h
T
2021-03-30 23:55:16 +02:00

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 */