Skip to content
Dan Parnham edited this page May 11, 2018 · 10 revisions

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

Using libentity

Clone this wiki locally