#include <nitro/fs.h>void FS_EndOverlay(FSOverlayInfo *p_ovi);| p_ovi | FSOverlayInfo structure that holds overlay module information |
None.
This function runs the overlay module's static uninitializer. A static uninitializer disassembles an object that has a static memory duration. This function must be called once before freeing an overlay module that was started by the FS_StartOverlay() function.
In the case of an overlay that is coded in C++, this function runs a destructor for every object that is contained within the scope of the overlay.
FSOverlayInfo FS_LoadOverlayInfo FS_StartOverlay FS_UnloadOverlayImage
09/10/2004 Initial version.
CONFIDENTIAL