Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenFodder/openfodder
/ GameData_Backup
Method
GameData_Backup
Source/Fodder.cpp:820–822 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
818
}
819
820
void cFodder::GameData_Backup() {
821
mGame_Data_Backup = mGame_Data;
822
}
823
824
void cFodder::GameData_Restore() {
825
mGame_Data = mGame_Data_Backup;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected