Add internal namespace to easily tell header apart

This commit is contained in:
Jaby
2023-01-11 20:45:17 +01:00
committed by Jaby
parent 72709b84da
commit fe0c16ea05
7 changed files with 159 additions and 162 deletions

View File

@@ -0,0 +1,10 @@
#ifndef __JABYENGINE_CD_HPP__
#define __JABYENGINE_CD_HPP__
#include <stdint.h>
namespace JabyEngine {
namespace CD {
namespace internal {}
}
}
#endif //!__JABYENGINE_CD_HPP__