tetris/game-ctrl/myrand.h

9 lines
103 B
C

#ifndef _MYRAND_H_
#define _MYRAND_H_
void myRandInit();
uint16_t myRandGet();
#endif // _MYRAND_H_