From 39ca43ca3b24dcae76e1283ec8af4a16c845e2b7 Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Wed, 20 Sep 2017 00:29:45 +0100 Subject: More tests and adding spritesheet support --- yage/physics/particlebody.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'yage/physics') diff --git a/yage/physics/particlebody.h b/yage/physics/particlebody.h index 18cfff0b..c750c1a4 100644 --- a/yage/physics/particlebody.h +++ b/yage/physics/particlebody.h @@ -11,7 +11,7 @@ #include "body.h" -#include +#include namespace yage { -- cgit