Add internal namespace to easily tell header apart
This commit is contained in:
10
src/Library/include/CD/cd_internal.hpp
Normal file
10
src/Library/include/CD/cd_internal.hpp
Normal 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__
|
||||
Reference in New Issue
Block a user