fogleman / Craft

A simple Minecraft clone written in C using modern OpenGL (shaders).
http://www.michaelfogleman.com/craft/
MIT License
10.44k stars 1.39k forks source link

Improve const-correctness #133

Open elfring opened 10 years ago

elfring commented 10 years ago

I suggest to add the key word "const" to the type specifiers for parameters like the following.

Would you like to apply the advices from an article to more places in your source files?