Library component |
Summary of what it does |
hugolib.h |
Defines the common properties and attributes used in Hugo games. It also defines several global variables constants used by routines in the library files. |
system.h |
Has routines for taking advantage of engine/interpreter capabilities like game pauses. |
resource.h |
Has routines for the inclusion of sound and graphics. |
window.h |
Has some pre-written classes for games with multiple windows. |
verblib.g & verblib.h |
Verblib.g has the Hugo Standard Libary verb grammar tokens and verblib.h has the verb routines. |
verbstub.g & verbstub.h |
The verbstub files define verbs that are less common and is not included in compilation by default. |
hugofix.g & hugofix.h |
Has additional verb routines for game debugging. |