tetris/game-ctrl/myrand.h

9 lines
102 B
C
Raw Normal View History

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