From 8a73c2df715562afa1f4e4be49d3646ee55deb25 Mon Sep 17 00:00:00 2001 From: me Date: Sun, 16 May 2021 23:16:15 +0300 Subject: [PATCH] fix compile fail --- src/PhysicsBody.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/PhysicsBody.cpp b/src/PhysicsBody.cpp index 65ccbb8..36787a9 100644 --- a/src/PhysicsBody.cpp +++ b/src/PhysicsBody.cpp @@ -10,8 +10,6 @@ #include "Box2D_Helpers.h" #include "CarnageGame.h" #include "Collider.h" -#include "Cvars.h" -#include //////////////////////////////////////////////////////////////////////////