Files
forklang/furlang/include/furlang/furlang.hpp
T

11 lines
184 B
C++

#ifndef FURLANG_HPP
#define FURLANG_HPP
#include "furlang/result.hpp" // IWYU pragma: export
/**
* @brief The common furlang library.
*/
namespace furlang {}
#endif // FURLANG_HPP