diff --git a/NORM.md b/NORM.md index 931e93c..2046c8e 100644 --- a/NORM.md +++ b/NORM.md @@ -3,6 +3,7 @@ ## File Structure - Header Files (.hpp/.h): + - Header folder must have a default.hpp which will be used for including in .cpp - Include declarations of classes, functions, constants, and macros. - Use include guards or #pragma once to prevent multiple inclusions. - Source Files (.cpp):