libs/sqplus/testSqPlus2unit/constants.hpp

10 lines
226 B
C++
Raw Permalink Normal View History

2017-01-10 04:08:49 +00:00
#ifndef CONSTANTS_HPP
#define CONSTANTS_HPP
#define SQ_10 10
#define SQ_E 2.71828182845904523536f
#define SQ_PI 3.14159265358979323846264338327950288f
#define SQ_CONST_STRING _SC("A constant string")
#endif // CONSTANTS_HPP