new project structure

This commit is contained in:
2019-05-13 21:51:03 +07:00
parent ee4f2e07bc
commit c08d4995f6
13 changed files with 137 additions and 14415 deletions

View File

@@ -0,0 +1,11 @@
/*******************************************************************************
* This file is part of the "https://github.com/blackmatov/ecs.hpp"
* For conditions of distribution and use, see copyright notice in LICENSE.md
* Copyright (C) 2018-2019, by Matvey Cherevko (blackmatov@gmail.com)
******************************************************************************/
#include "bench_base.hpp"
using namespace ecs_hpp_unbench;
#include "ecs.hpp"
namespace ecs = ecs_hpp;