linter.hpp 165 B

1234567891011
  1. #ifndef ENTT_COMMON_LINTER_HPP
  2. #define ENTT_COMMON_LINTER_HPP
  3. namespace test {
  4. template<typename Type>
  5. void is_initialized(Type &) {}
  6. } // namespace test
  7. #endif