Initial commit - restart from existing code
This commit is contained in:
11
lib/All/entt/test/common/linter.hpp
Normal file
11
lib/All/entt/test/common/linter.hpp
Normal file
@@ -0,0 +1,11 @@
|
||||
#ifndef ENTT_COMMON_LINTER_HPP
|
||||
#define ENTT_COMMON_LINTER_HPP
|
||||
|
||||
namespace test {
|
||||
|
||||
template<typename Type>
|
||||
void is_initialized(Type &) {}
|
||||
|
||||
} // namespace test
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user