kgorking / ecs

A header-only/importable c++20 implementation of an entity-component-system (ecs), with focus on a simple interface and speed.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Any way to make this a c++ module??

alvarogalloc opened this issue · comments

Is there a way to bridge this library to be used with import ...;rather than #include<...>?