FS_RegisterOverlayToDebugger

Syntax

#include <nitro/fs.h>

static inline void FS_RegisterOverlayToDebugger(const FSOverlayInfo *p_ovi, const FSFile *p_file);

Arguments

p_ovi Ignored.
p_file Ignored.

Return Values

None.

Description

This function was required through NITRO-SDK2.0 RC2 to register overlays to the debugger. However, since NITRO-SDK2.0 RC3, this function is no longer needed. It is here to assure backward compatibility. Calls are ignored.

This function's previous implementation is represented in the FS_StartOverlay function.

See Also

FSOverlayInfo, FS_GetOverlayFileID, FS_LoadOverlay, FS_LoadOverlayImage, FS_StartOverlay, FS_OpenFileFast

Revision History

2004/11/17 Function eliminated.
2004/10/18 Initial version.


CONFIDENTIAL