7 lines
203 B
C++
7 lines
203 B
C++
#include "common/Constants.hpp"
|
|
|
|
bool Constants::useObjectPrefixes(true);
|
|
bool Constants::useRealTime(false);
|
|
bool Constants::isValidating(true);
|
|
const std::string Constants::DEFAULT_LANG("en");
|
|
|