Hello, I just read the "constify data" todo, and I thought it would be good to make the VTables in my ddraw implementation const. The old ddraw implementation also declares them static. Is there any advantage in it?
My C book just says that they can only be referenced from the local module, which is correct. But are there any other effects?
Stefan