home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Format 103
/
af103sub.adf
/
Hugo.LZX
/
Hugo
/
Examples
/
hugolib.hug
next >
Wrap
Text File
|
1987-01-23
|
828b
|
29 lines
!\---------------------------------------------------------------------------
HUGOLIB.HUG
Copyright (c) 1995-1997 by Kent Tessman
Compile using
hc -h hugolib.hug
to create an .HLB version of HUGOLIB.H which can then be linked
as a precompiled header using #link instead of #include.
---------------------------------------------------------------------------\!
! Comment out any of the following #settings in order to omit the
! corresponding files/sections from the precompiled header.
#set DEBUG ! include HugoFix Debugging Library
#set VERBSTUBS ! include verb stub routines
#set USE_VEHICLES ! from OBJLIB.H
#set USE_PLURAL_OBJECTS !
#set USE_ATTACHABLES !
#include "hugolib.h"
routine main
{}