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

Function ILAPIENTRY ilResetWrite

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

Source from the content-addressed store, hash-verified

265
266
267void ILAPIENTRY ilResetWrite()
268{
269 ilSetWrite(iDefaultOpenW, iDefaultCloseW, iDefaultPutc,
270 iDefaultWSeek, iDefaultWTell, iDefaultWrite);
271 return;
272}
273
274
275//! Allows you to override the default file-reading functions.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected