趣味で作ってるロボット用ソフトウェア
 All Classes Files Functions Enumerations Enumerator Friends Pages
language.h
Go to the documentation of this file.
1 #ifndef HRK_LANGUAGE_H
2 #define HRK_LANGUAGE_H
3 
9 #include <string>
10 
11 
12 namespace hrk
13 {
15  const std::string locale(void);
16 
18  const std::string locale_lang(void);
19 }
20 
21 #endif