; mp5/text.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 text objects EXT TEXTRENDER ; defined in text.a ; to statically instantiate a text object call this macro MACRO MAKETEXT next, x, y, text MAKEBOXORTEXT TEXTRENDER,next MAKECOORDINATES x, y W .+4 ASCII text, 0 ALIGN 4 ENDMAC END