tetris/game-ctrl/time.h

11 lines
95 B
C

#ifndef TIME_H_
#define TIME_H_
#include <stdint.h>
void timeInit();
#endif /* TIME_H_ */