Sign in
chromium
/
external
/
github.com
/
Kitware
/
CMake
/
master
/
.
/
Tests
/
QtAutogen
/
Complex
/
yaf.h
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