Add internal namespace to easily tell header apart

This commit is contained in:
Jaby
2023-01-11 20:45:17 +01:00
parent 67436a2e88
commit bde6651138
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__