OSDN Git Service

Merge branch 'master' of https://github.com/hengband/hengband
[hengbandforosx/hengbandosx.git] / src / locale / language-switcher.h
1 #pragma once
2
3 #include "system/h-basic.h"
4
5 #ifdef JP
6 #define _(JAPANESE, ENGLISH) (JAPANESE)
7 #else
8 #define _(JAPANESE, ENGLISH) (ENGLISH)
9 #endif