mirror of
https://github.com/BlackMATov/kari.hpp.git
synced 2025-12-16 16:07:08 +07:00
move ext funcs to kari.hpp
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user