//* halloc.h - header for halloc.c //* halloc.c global function prototypes void OpenOT(GsOT **otpArray, PACKET **bpArray, int OTlen, int numObjects); void CloseOT(GsOT *OTptr, PACKET *PKTptr); void OpenSpriteArray(GsSPRITE **sprites, int numSprites, struct SCTRL **pscp); void CloseSpriteArray(GsSPRITE *sprites, struct SCTRL *scp);