Files
gb6/system6/input.h
2026-01-08 01:35:42 -06:00

6 lines
86 B
C

#ifndef _INPUT_H
#define _INPUT_H
void HandleKeyEvent(int keyCode, int down);
#endif