co-maps/generator/check_model.hpp

9 lines
131 B
C++
Raw Normal View History

2025-11-22 13:58:55 +01:00
#pragma once
#include <string>
namespace check_model
{
void ReadFeatures(std::string const & fName);
} // namespace check_model