9 lines
147 B
C
9 lines
147 B
C
|
|
#ifndef MBFL_NLS_JA_H
|
||
|
|
#define MBFL_NLS_JA_H
|
||
|
|
|
||
|
|
#include "mbfilter.h"
|
||
|
|
|
||
|
|
extern const mbfl_language mbfl_language_japanese;
|
||
|
|
|
||
|
|
#endif /* MBFL_NLS_JA_H */
|