move ext funcs to kari.hpp

This commit is contained in:
BlackMATov
2020-12-11 04:24:12 +07:00
parent fe03162e75
commit de1232ebc7
3 changed files with 196 additions and 207 deletions

View File

@@ -4,10 +4,11 @@
* Copyright (C) 2017-2020, by Matvey Cherevko (blackmatov@gmail.com)
******************************************************************************/
#include <kari.hpp/kari_ext.hpp>
#include <kari.hpp/kari.hpp>
#include "doctest/doctest.hpp"
using namespace kari_hpp;
using namespace kari_hpp::ext;
TEST_CASE("kari_ext") {
struct box final {