Hello! :) > size_t would be fine, also. Just so long as people will not store pointers > in it I am happy. So it is not intended to carry the size of pUserData, but it is an independed storage place? To avoid stuff like: pUserData = malloc(sizeof(float)) ?
I probably would have done pUserData = 0.5f in such cases, to avoid having multiple places for userdata. But this seems ok, too. --Dennis
signature.asc
Description: This is a digitally signed message part.
_______________________________________________ Warzone-dev mailing list [email protected] https://mail.gna.org/listinfo/warzone-dev
