From ec8ad32b054e7680aec1536b36a02f6aaf154c0b Mon Sep 17 00:00:00 2001 From: Treeki Date: Mon, 24 Sep 2012 00:53:20 +0200 Subject: unfinished ActivePhysics debugging --- include/game.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'include') diff --git a/include/game.h b/include/game.h index 837d340..4695ea6 100755 --- a/include/game.h +++ b/include/game.h @@ -1213,6 +1213,8 @@ public: void update(); + static Physics *globalListHead; + static Physics *globalListTail; // todo: more stuff that might not be relevant atm }; @@ -1275,6 +1277,9 @@ public: float xCenter(); // Plus more stuff that isn't needed in the public API, I'm pretty sure. + + static ActivePhysics *globalListHead; + static ActivePhysics *globalListTail; }; -- cgit v1.2.3