#ifndef _GVequ_H_

#define _GVequ_H_



#include "gvdynamic.h"



enum

{

	GV_EQU_NEGATE		= 1000,

	GV_EQU_INPUT		= 2000,

	GV_EQU_OUTPUT		= 3000,



	GV_EQU_

};



#endif

