We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Getting started with libentity is straightforward once the header files are available.
To reference the headers in your code
#include <entity/entity.hpp>
Required build option (clang/g++):
-std=c++14