add_struct(void* data,long size)

Adds a pointer to a memory area to be saved by game_save if SV_STRUCT is set.

Parameters:

data - pointer to the memory area to be saved.
size - length of the memory area to be saved, in bytes.

Remarks:

Speed:

slow

See also:

game_save, game_load ► latest version online