aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.cpp
diff options
context:
space:
mode:
authortcsullivan <tullivan99@gmail.com>2019-08-25 16:08:47 -0400
committertcsullivan <tullivan99@gmail.com>2019-08-25 16:08:47 -0400
commitefeb51e163be3f4110b9dad771bee1f3dc814333 (patch)
treee23f742895a85ecb8d860cd057fe5fe571428890 /src/main.cpp
parentbe36802aee32566f08f850480f3f950181fd8f29 (diff)
added entityx
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 778ae73..ef78737 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -18,6 +18,8 @@
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
+#include <entityx.h>
+
#include <SDL2/SDL.h>
#include <atomic>