forked from github/server
812cb98dff
fix indentation in some places. add some assertions.
9 lines
268 B
Text
9 lines
268 B
Text
$#include "bind_locale.h"
|
|
|
|
module eressea {
|
|
module locale {
|
|
void locale_create @ create(const char *lang);
|
|
void locale_set @ set(const char *lang, const char *key, const char *str);
|
|
const char * locale_get @ get(const char *lang, const char *key);
|
|
}
|
|
}
|