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

Function ILAPIENTRY ilResetRead

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

Source from the content-addressed store, hash-verified

257
258
259void ILAPIENTRY ilResetRead()
260{
261 ilSetRead(iDefaultOpenR, iDefaultCloseR, iDefaultEof, iDefaultGetc,
262 iDefaultRead, iDefaultRSeek, iDefaultRTell);
263 return;
264}
265
266
267void ILAPIENTRY ilResetWrite()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected