#ifndef _TRANSLATEKEYS_H_ #define _TRANSLATEKEYS_H_ #include #include #include "JGE.h" typedef pair KeyRep; const KeyRep& translateKey(LocalKeySym); const KeyRep& translateKey(JButton); #endif