Files
enduro2d/untests/sources/untests_math/unit.cpp
2018-08-15 11:04:20 +07:00

12 lines
383 B
C++

/*******************************************************************************
* This file is part of the "Enduro2D"
* For conditions of distribution and use, see copyright notice in LICENSE.md
* Copyright (C) 2018 Matvey Cherevko
******************************************************************************/
#include "_math.hpp"
using namespace e2d;
TEST_CASE("unit") {
}