summaryrefslogtreecommitdiffstats
path: root/mbbsd/i18n.c
diff options
context:
space:
mode:
Diffstat (limited to 'mbbsd/i18n.c')
-rw-r--r--mbbsd/i18n.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/mbbsd/i18n.c b/mbbsd/i18n.c
new file mode 100644
index 00000000..91403612
--- /dev/null
+++ b/mbbsd/i18n.c
@@ -0,0 +1,6 @@
+#include "bbs.h"
+
+#ifdef I18N
+void load_i18nstring() {
+}
+#endif