RACE/input.c
2020-10-03 23:45:03 +02:00

7 lines
167 B
C

/* input.c: implementation of the input class. */
#include "input.h"
/* address where the state of the input device(s) is stored */
unsigned char ngpInputState = 0;