From 2ec163612042bfa5e4e1bf220b489506f7039677 Mon Sep 17 00:00:00 2001 From: Kelly Rauchenberger Date: Wed, 18 Mar 2015 09:48:43 -0400 Subject: Game can now read map file from map editor (also added new map) --- src/components/physics_body.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/components/physics_body.cpp') diff --git a/src/components/physics_body.cpp b/src/components/physics_body.cpp index 72f2fd8..acbdc5d 100644 --- a/src/components/physics_body.cpp +++ b/src/components/physics_body.cpp @@ -1,5 +1,6 @@ #include "physics_body.h" #include "game.h" +#include "consts.h" void PhysicsBodyComponent::receive(Game&, Entity&, const Message& msg) { -- cgit 1.4.1