;KERNEL.TXT
;Definitions of the kernel interface for the Script interpreter.

(out-file "vocab.999")
(header (byte #x86 0))	;set up as a vocab resource

("KBlock")
("Clone")
("DisposeClone")
("IsObject")
("RespondsTo")
("KList")
("KSeq")
("KArray")
("KString")
("Resource")
("ModuleID")
("DisposeModule")
("DrawPic")
("Show")
("PicNotValid")
("CoordPri")
("ShakeScreen")
("Animate")
("CelRect")
("NumLoops")
("NumCels")
("CelWide")
("CelHigh")
("DrawCel")
("AddToPic")
("NewWindow")
("GetPort")
("SetPort")
("DisposeWindow")
("DrawControl")
("HiliteControl")
("EditControl")
("TextSize")
("Display")
("GetEvent")
("GlobalToLocal")
("LocalToGlobal")
("MapKeyToDir")
("KMenu")
("Parse")
("Said")
("SetSynonyms")
("HaveMouse")
("SetCursor")
("Memory")
("SaveGame")
("RestoreGame")
("RestartGame")
("GameIsRestarting")
("GetSaveFiles")
("GetSaveDir")
("CheckSaveGame")
("DoSound")
("Wait")
("GetTime")
("Alert")
("CanBeHere")
("OnControl")
("FileSystem")
("DeviceInfo")
("Random")
("Abs")
("Sqrt")
("GetAngle")
("GetDistance")
("SinMult")
("CosMult")
("SinDiv")
("CosDiv")
("KLong")
("Graph")
("SetDebug")
("Debug")
("StackUsage")
("Profiler")
("ShowFree")
("Joystick")
("BaseRectSet")

