diff options
Diffstat (limited to 'src/common.hpp')
-rw-r--r-- | src/common.hpp | 2 |
1 files changed, 0 insertions, 2 deletions
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); }; } |