
#ifndef _JL_RC_GLOBALS_H_
#define _JL_RC_GLOBALS_H_

#define MP_UNDEFINED	1
#define MP_XY			2
#define MP_XZ			3
#define MP_YZ			4

#endif
