
/* 
	dim2.p

	creates a 2-dimensional package using
	the currently selected screenset
*/

#include <builder.def>
#include <dim2.pd>

package [PACK_NAME]
{
screen_name [SCREENSET_NAME]
ACTIVE
dimension [DIM_0_NAME] { 
	min DIM_0_MIN 
	max DIM_0_MAX
	boundary DIM_0_BOUNDARY
	}
dimension [DIM_1_NAME] { 
	min DIM_1_MIN 
	max DIM_1_MAX
	boundary DIM_1_BOUNDARY
	}

}
