luismrsilva / cg-micromachines

3D version of the first MicroMachines game, made for the Computer Graphics course (2015/2016) at IST, CS BSc
1 stars 0 forks source link

Remove #ifndef #define #8

Open nuno-silva opened 9 years ago

nuno-silva commented 9 years ago

Replace C style #ifndef #define guards with #pragma once. It's widely supported (including gcc 3.4+ and MVC++), even though it's not a standard.