Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DescentDevelopers/Descent3
/ PilotInit
Function
PilotInit
Descent3/pilot.cpp:729–732 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
727
}
728
729
void PilotInit(void) {
730
PilotInitData(&Current_pilot);
731
atexit(PilotShutdown);
732
}
733
734
void PilotInitData(pilot *plt) {
735
if (!plt) {
Callers
1
InitD3Systems2
Function · 0.85
Calls
1
PilotInitData
Function · 0.85
Tested by
no test coverage detected