mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-01 12:23:29 +00:00
7 lines
69 B
C
7 lines
69 B
C
#ifndef __LEARN_H
|
|
#define __LEARN_H
|
|
|
|
void learn_keys (void);
|
|
|
|
#endif
|