IonicWind Software

Aurora Compiler => General Discussion => Topic started by: J B Wood (Zumwalt) on November 27, 2007, 10:09:04 PM

Title: Another Callback Delima
Post by: J B Wood (Zumwalt) on November 27, 2007, 10:09:04 PM
I have 2 methods that still need converted, and for the life of me I haven't figured these 2 out..

DECLARE CDECL import,bbSetBlitz3DDebugCallback(void (*callback)(CONST char *));
DECLARE CDECL import,bbSetBlitz3DEventCallback(int (*callback)(int hwnd,int msg,int wparam,int lparam));

help...

Update: this has been taken care of in the 3D threads, thanks Sapero.