2025-04-27 07:49:33 -04:00

14 lines
188 B
C

//
// keyDef.h
//
#ifndef KEYDEF_H
#define KEYDEF_H
extern const ExtKeyDef gaDefaultKeyDef['Z' - 'A' + 1];
extern const ExtKeyDef gaDefaultKeyDef2['Z' - 'A' + 1];
#endif