MCPcopy Create free account
hub / github.com/DentonW/DevIL / ILAPIENTRY iEofLump

Function ILAPIENTRY iEofLump

DevIL/src-IL/src/il_files.cpp:425–430  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

423
424
425ILboolean ILAPIENTRY iEofLump(void)
426{
427 if (ReadLumpSize)
428 return (ReadLumpPos >= ReadLumpSize);
429 return IL_FALSE;
430}
431
432
433ILint ILAPIENTRY iGetcFile(void)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected