DRDE/ACTK1_0/common/Constants.hpp
Ren RenJuan 681188a22d push
2014-01-08 05:00:04 +00:00

13 lines
236 B
C++

#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