mirror of
https://github.com/Pecusx/libretro-atari800.git
synced 2026-05-20 22:33:22 +02:00
8 lines
117 B
C
8 lines
117 B
C
#ifndef VKBD_H
|
|
#define VKBD_H 1
|
|
|
|
void virtual_kdb(char *pixels,int vx,int vy);
|
|
int check_vkey2(int x,int y);
|
|
|
|
#endif
|