From c6489d36f6de7464c555f04d5d4324f50fa6c51f Mon Sep 17 00:00:00 2001 From: Paweł Redman Date: Mon, 18 Dec 2017 17:33:49 +0000 Subject: Start experimenting with fear. --- src/common.hpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/common.hpp') diff --git a/src/common.hpp b/src/common.hpp index 4b20ced..f136487 100644 --- a/src/common.hpp +++ b/src/common.hpp @@ -232,8 +232,6 @@ namespace game { void command(v2f_t x); size_t roll(die_t die); - - void wake_everything(v2f_t x, float range); }; } -- cgit