HATPC/engine/keymaps.h

6 lines
80 B
C

#ifndef KEYMAPS_H
#define KEYMAPS_H
const char* ExtGetKeyName(int key);
#endif