Closed Alexbay218 closed 7 years ago
Make sure all header files have #pragma once on the top of the file
#pragma once
This is more a matter of making sure our code follows the code conventions set in the Code Conventions repo
Make sure all header files have
#pragma once
on the top of the file