diff options
author | tmk <nobody@nowhere> | 2010-10-24 01:17:26 +0900 |
---|---|---|
committer | tmk <nobody@nowhere> | 2010-10-24 01:17:26 +0900 |
commit | 06eb50be07ff16e4bfb046e4773185d9bcf048e9 (patch) | |
tree | 86a8fb688282004893eedd28641f8300c9d812d1 /key_process.h | |
parent | 9d7979931e0037fc5ddc77a2cb895eb055501f34 (diff) |
hhkb: refactored
Diffstat (limited to 'key_process.h')
-rw-r--r-- | key_process.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/key_process.h b/key_process.h index 10577dd5b5..bfc0218f3e 100644 --- a/key_process.h +++ b/key_process.h @@ -1,6 +1,7 @@ #ifndef KEY_PROCESS_H #define KEY_PROCESS_H 1 + void proc_matrix(void); #endif |