home *** CD-ROM | disk | FTP | other *** search
- NAME WinFrac ; Application's module name
-
- DESCRIPTION 'Fractint For Windows'
-
- EXETYPE WINDOWS ; required for all Windows applications
-
- STUB 'WINSTUB.EXE' ; Generates error message if application
- ; is run without Windows
-
- ;CODE can be moved in memory and discarded/reloaded
- CODE PRELOAD MOVEABLE DISCARDABLE
-
- ;DATA must be MULTIPLE if program can be invoked more than once
- DATA PRELOAD FIXED
-
-
- HEAPSIZE 2048
- STACKSIZE 10240
-
- EXPORTS
- MainWndProc @1
- About @2
- OpenDlg @3
- SelectFractal @4
- SelectFracParams @5
- SelectImage @6
- SelectDoodads @7
- SaveAsDlg @8
- Status @9
- SelectCycle @10
- SelectFullScreen @11
- Select3D @12
- Select3DPlanar @13
- Select3DSpherical @14
- MTWndProc @15
- CoordBoxDlg @16
- ZoomBarDlg @17
- ZoomBarProc @18
- PrintDlg @19
- PrintAbort @20
- PrintAbortDlg @21
- StatusBoxProc @22