Mount Fuji Engine  0.8b
MF_API MFSystemCallbackFunction MFSystem_RegisterSystemCallback ( MFCallback  callback,
MFSystemCallbackFunction  pCallbackFunction 
)

Sets a Fuji system callback function.

Parameters
callbackThe callback to set from the MFCallback enum.
pCallbackFunctionPointer to the callback function.
Returns
A pointer to the old callback function which MUST be called in the new registered callback.