Files
ecs.hpp/unbench/ecs_join_bench.cpp
2019-05-13 22:07:27 +07:00

12 lines
483 B
C++

/*******************************************************************************
* 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;