趣味で作ってるロボット用ソフトウェア
 All Classes Files Functions Enumerations Enumerator Friends Pages
translator.h
Go to the documentation of this file.
1 #ifndef HRK_TRANSLATOR_H
2 #define HRK_TRANSLATOR_H
3 
9 namespace hrk
10 {
11  const char* tr(const char* original);
12 }
13 
14 #endif