#ifndef _TEXPRESSION_H_

#define _TEXPRESSION_H_



enum

{

	EXPRESSION_PRIORITY = 1000998,

	EXPRESSION_ENABLE   = 1000999

};



#endif