ecs_hpp to ecs.hpp for include path

This commit is contained in:
2019-05-14 12:45:27 +07:00
parent d7456c4228
commit 55ab81dc93
3 changed files with 2 additions and 2 deletions

View File

@@ -7,7 +7,7 @@
#define CATCH_CONFIG_FAST_COMPILE
#include <catch2/catch.hpp>
#include <ecs_hpp/ecs.hpp>
#include <ecs.hpp/ecs.hpp>
namespace ecs = ecs_hpp;
namespace