home *** CD-ROM | disk | FTP | other *** search
- begin_structure 20 ; % Static structure 20 %
- % ****************************************************************** %
- % Set up basic object %
- % ****************************************************************** %
- Fill_area_set
- {
- 100 -100
- -50 -100
- -50 50
- 100 50
- } ;
- Fill_area_set
- {
- 50 -50
- 50 100
- -100 100
- -100 -50
- } ;
- end_structure ; % Structure 20 %
-
-