Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/diasurgical/DevilutionX
/ swapLE
Method
swapLE
Source/multi.cpp:78–83 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
76
};
77
78
void GameData::swapLE()
79
{
80
size = SDL_SwapLE32(size);
81
dwSeed = SDL_SwapLE32(dwSeed);
82
programid = SDL_SwapLE32(programid);
83
}
84
85
namespace {
86
Callers
4
HandleEvents
Function · 0.80
InitSingle
Function · 0.80
recv_decrypted
Method · 0.80
selgame_Password_Select
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected