9 lines
131 B
C++
9 lines
131 B
C++
|
|
#pragma once
|
||
|
|
|
||
|
|
#include <string>
|
||
|
|
|
||
|
|
namespace check_model
|
||
|
|
{
|
||
|
|
void ReadFeatures(std::string const & fName);
|
||
|
|
} // namespace check_model
|