Devilution
Diablo devolved - magic behind the 1996 computer game

◆ LOAD_LE32

#define LOAD_LE32 (   b)    (((DWORD)(b)[3] << 24) | ((DWORD)(b)[2] << 16) | ((DWORD)(b)[1] << 8) | (DWORD)(b)[0])

Definition at line 39 of file engine.h.