inexorgame-obsolete / deprecated-cube-engine-inexor

UNMAINTAINED: Please have a look at the vulkan-renderer
https://inexor.org
zlib License
11 stars 1 forks source link

Resolving issue 389 #390

Closed fallinbryan closed 7 years ago

fallinbryan commented 7 years ago

389

include guards have been removed and replaced with #pragma once

There are a few header files that did not have include guards or #pragma once, those i noted with a comment stating NO INCLUDE GUARDS

a-teammate commented 7 years ago

Yeah the headers without include guards you were noticing are there bc historically the codebase had a very crude way of using header files.. good thing you already placed comments, so we can just find&replace in files-them.

So two changes then we can merge:

If you want I can do the first when merging Thank you for your contribution Bryan!

a-teammate commented 7 years ago

Merged with c588af8f1ac0b43ab8e848acbf80f8021f277672