From 7514077a07076403f29050e57fa87f24fc614122 Mon Sep 17 00:00:00 2001 From: Kelly Rauchenberger Date: Sat, 16 Feb 2019 12:39:24 -0500 Subject: Shift-pushing --- src/simulation.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/simulation.h') diff --git a/src/simulation.h b/src/simulation.h index 2f80f9f..4d41b49 100644 --- a/src/simulation.h +++ b/src/simulation.h @@ -49,6 +49,8 @@ public: void setGridPos(id_type id, vec2s pos); + static vec2s posInDir(vec2s orig, Direction dir); + private: -- cgit 1.4.1