You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
239 B

/**
* @file language_tools.cpp
*
* @author Guy Maurel
* @license GPL v2+
*/
#include "language_tools.h"
/**
* check if the language(s) is/are set
*/
bool language_is_set(size_t lang)
{
return((cpd.lang_flags & lang) != 0);
}