initial basic math

This commit is contained in:
2018-08-06 03:15:30 +07:00
parent 304030db04
commit 367c6aa284
22 changed files with 5869 additions and 10 deletions

View File

@@ -0,0 +1,11 @@
/*******************************************************************************
* 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") {
}