class
	TEXPATCH_T

General
	cluster: brie_doom
	description: 
		"texpatch_t from r_data.c
		
		A single patch from a texture definition,
		basically a rectangular area within
		the texture rectangle."

Ancestors
	ANY

Queries
	originx: INTEGER_32
	originy: INTEGER_32
	patch: INTEGER_32

Commands
	set_originx (a_originx: [like originx] INTEGER_32)
	set_originy (a_originy: [like originy] INTEGER_32)
	set_patch (a_patch: [like patch] INTEGER_32)


Generated by ISE EiffelStudio