#ifndef TEXPRESSION_H__ #define TEXPRESSION_H__ enum { EXPRESSION_PRIORITY = 1000998, EXPRESSION_ENABLE = 1000999 }; #endif // TEXPRESSION_H__