MCPcopy Create free account
hub / github.com/diasurgical/DevilutionX / NextLE

Method NextLE

Source/loadsave.cpp:144–147  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

142
143 template <class T>
144 T NextLE()
145 {
146 return SwapLE(Next<T>());
147 }
148
149 template <class T>
150 T NextBE()

Callers

nothing calls this directly

Calls 1

SwapLEFunction · 0.70

Tested by

no test coverage detected