mirror of
https://github.com/BlackMATov/ecs.hpp.git
synced 2025-12-16 14:11:14 +07:00
new project structure
This commit is contained in:
11
unbench/ecs_join_bench.cpp
Normal file
11
unbench/ecs_join_bench.cpp
Normal 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;
|
||||
Reference in New Issue
Block a user