summaryrefslogtreecommitdiffstats
path: root/util/loadstr.c
blob: 4711b58909aa40cae38c334c0cb20902eb7dfcf3 (plain) (blame)
1
2
3
4
5
6
7
8
9
#include "bbs.h"

int main() {
#ifdef I18N
    attach_SHM();
    load_i18nstring();
#endif
    return 0;
}