DRDE/AusRegEPPTK/common/Constants.hpp

14 lines
236 B
C++
Raw Normal View History

2013-12-31 19:36:07 +00:00
#ifndef __CONSTANTS_HPP
#define __CONSTANTS_HPP
#include <string>
class Constants
{
public:
static bool useObjectPrefixes, useRealTime, isValidating;
static const std::string DEFAULT_LANG;
};
#endif // __CONSTANTS_HPP