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

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