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

Function ILAPIENTRY iPutcFile

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

Source from the content-addressed store, hash-verified

670// Next 4 functions are the default write functions
671
672ILint ILAPIENTRY iPutcFile(ILubyte Char)
673{
674 return PutcProc(Char, FileWrite);
675}
676
677
678ILint ILAPIENTRY iPutcLump(ILubyte Char)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected