AssaultCube Reloaded Wiki
// internationalization and localization

// localization manager
struct i18nmanager
{
    const char *domain;
    const char *basepath;
    char *locale;

    i18nmanager(const char *domain, const char *basepath); // initialize locale system

};

extern char *lang;

enum { CF_NONE = 0, CF_OK, CF_FAIL, CF_SIZE };

#define FONTSTART 33
#define FONTCHARS 94