home *** CD-ROM | disk | FTP | other *** search
- IFND INTUITION_INTUITION_LIB_I
- INTUITION_INTUITION_LIB_I EQU 1
- * Original include file (C) by Commodore-Amiga, Inc.
- * This file was created for the Optimizing Macro Assembler
- IFND LVO_INTUITION_I
- INCLUDE "lvo/intuition.i"
- ENDC
- INTNAME MACRO
- dc.b "intuition.library",0
- ENDM
- CALLINT MACRO
- move.l _IntuitionBase,a6
- jsr _LVO\1(a6)
- ENDM
- ENDC
-