#include <nitro/fs.h>
static inline void FS_RegisterOverlayToDebugger(const FSOverlayInfo *p_ovi, const FSFile *p_file);
p_ovi | Ignored. |
p_file | Ignored. |
None.
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
FSOverlayInfo, FS_GetOverlayFileID, FS_LoadOverlay, FS_LoadOverlayImage, FS_StartOverlay, FS_OpenFileFast
11/17/2004 Function eliminated.
10/18/2004 Initial version.