UFO: Alien Invasion
Loading...
Searching...
No Matches
cp_save_callbacks.h File Reference

Header file for Savegame UI callbacks. More...

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void SAV_InitCallbacks (void)
 Register UI callbacks for the savegame-subsystem.
void SAV_ShutdownCallbacks (void)
 UnregisterUI callbacks for the savegame-subsystem.

Detailed Description

Header file for Savegame UI callbacks.

Definition in file cp_save_callbacks.h.

Function Documentation

◆ SAV_InitCallbacks()

void SAV_InitCallbacks ( void )

Register UI callbacks for the savegame-subsystem.

Definition at line 265 of file cp_save_callbacks.cpp.

References cgi, cl_lastsave, CVAR_ARCHIVE, and saveCallbacks.

Referenced by GAME_CP_InitStartup().

◆ SAV_ShutdownCallbacks()

void SAV_ShutdownCallbacks ( void )

UnregisterUI callbacks for the savegame-subsystem.

Definition at line 275 of file cp_save_callbacks.cpp.

References cgi, and saveCallbacks.

Referenced by GAME_CP_Shutdown().