DevIL Documentation | Home | Previous | Next |
The ilSetDefaultFileCallbacks function resets OpenIL's file callbacks to the stdio.h functions.
ILvoid ilSetDefaultFileCallbacks(
ILvoid
);
None
ilSetDefaultFileCallbacks resets OpenIL's file callbacks to use the stdio.h functions that are used at startup. This can be useful if the user wants to set their own file callbacks for one type of file but change them back after it is finished.
None