This commit is contained in:
reccetear 2017-05-18 22:01:30 +08:00
parent 7716e8b3ec
commit f63bd86587
1 changed files with 1 additions and 1 deletions

View File

@ -96,6 +96,6 @@ void _draw_p(int x, int y, _Pixel p) {
void _draw_sync() {
}
int _peek_key(){
int _read_key(){
return 0;
}