From: Alec Thomas Date: Thu, 5 Sep 2013 00:51:18 +0000 (-0400) Subject: Add entityx/entityx.h X-Git-Url: https://code.bitgloo.com/?a=commitdiff_plain;h=cfc3cda1a739a601c3a95efe3e3be27ea020e4a5;p=clyne%2Fentityx.git Add entityx/entityx.h --- diff --git a/entityx/entityx.h b/entityx/entityx.h new file mode 100644 index 0000000..eb83073 --- /dev/null +++ b/entityx/entityx.h @@ -0,0 +1,7 @@ +#pragma once + +#include "entityx/config.h" +#include "entityx/Event.h" +#include "entityx/Entity.h" +#include "entityx/System.h" +#include "entityx/Manager.h"