void UnloadCel (CCB *cel)
LoadCel()
. A NULL pointer is valid as input but has not effect.
UnloadCel()
just calls DeleteCel()
; it differs only in that it doesn't return a NULL pointer.
DeleteCel()
and DeleteCelList()
may also be used on files loaded via LoadCel()
.
LoadCel
, DeleteCel