tetris/game-ctrl/myrand.h

9 lines
103 B
C
Raw Permalink Normal View History

#ifndef _MYRAND_H_
#define _MYRAND_H_
void myRandInit();
2024-03-21 11:34:20 +01:00
uint16_t myRandGet();
#endif // _MYRAND_H_