|
From: Andreas R. <And...@gm...> - 2002-05-28 15:08:45
|
Hi Guys, I need to do some restructuring in the 3D stuff - it turns out that I put one of the functions into the wrong place (namely the platform dependent part) and I just added some stuff that would now need to be duplicated across the various platform branches. This is as good an opportunity as ever to relocate the functions in question (namely glGetIntProperty and glSetIntProperty) into the cross platform part of it. So how shall we go about this?! Do you want me to just update the platform independent part and remove those functions from your code when you got time?! Cheers, - Andreas |