; mp5/box.h ; by Douglas Jones, Dec 1, 2005 ; if you USE this file, first USE boxortext.h ; that file defines the RENDER and NEXT fields ; there are no public fields specific to box objects EXT BOXRENDER ; defined in box.a ; to statically instantiate a box object call this macro MACRO MAKEBOX next, x, y, width, height, child MAKEBOXORTEXT BOXRENDER,next MAKECOORDINATES x, y MAKECOORDINATES width, height W child ENDMAC END