11 lines
242 B
C++
11 lines
242 B
C++
//
|
|
// ov_rtree100_50features_2020.hpp
|
|
//
|
|
//
|
|
|
|
#ifndef ov_rtree100_50features_2020_hpp
|
|
#define ov_rtree100_50features_2020_hpp
|
|
#include "CppHeader.h"
|
|
int ov_rtree100_50features_2020 (float features[]);
|
|
#endif /* ov_rtree100_50features_2020 */
|