tp/include/SSystem/SComponent/c_counter.h

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