yaf.h 242 B

123456789101112131415
  1. /* Distributed under the OSI-approved BSD 3-Clause License. See accompanying
  2. file Copyright.txt or https://cmake.org/licensing for details. */
  3. #ifndef YAF_H
  4. #define YAF_H
  5. class Yaf
  6. {
  7. public:
  8. Yaf();
  9. public:
  10. void doYaf();
  11. };
  12. #endif