home *** CD-ROM | disk | FTP | other *** search
- {$if not def GRAPHICS_GELS_MACROS_H} CONST GRAPHICS_GELS_MACROS_H=0;
-
- { *****************************************************************
- ** KickPascal-Include-Datei "graphics/gels.h" zu Kickstart 3.0 **
- ** Ergänzung der MACROs als Pascal FUNCTIONen by JS **
- ***************************************************************** }
-
- {$if not def GRAPHICS_GELS_H; incl "graphics/gels.h";endif}
-
- procedure RemBob(b:p_Bob);
- begin
- b^.Flags:=b^.Flags and ($ffff-BOBSAWAY)
- end;
-
- {$endif}
-