blob: d2443280fa879a763b5e6dbf42d2fc7c93478d72 [file]
/* Distributed under the OSI-approved BSD 3-Clause License. See accompanying
file LICENSE.rst or https://cmake.org/licensing for details. */
#ifndef YAF_H
#define YAF_H
class Yaf
{
public:
Yaf();
public:
void doYaf();
};
#endif