diff options
author | Loek Le Blansch <loek@pipeframe.xyz> | 2024-11-02 21:10:27 +0100 |
---|---|---|
committer | Loek Le Blansch <loek@pipeframe.xyz> | 2024-11-02 21:10:27 +0100 |
commit | d554cb39a2f1ec97dd214a5dd200ae5f03cf616d (patch) | |
tree | ba52e12e1791592ee7634b6a3e190d9bba950860 /backend/Location.cpp | |
parent | b4507b3601bedcaa599673b9f9083d1574132157 (diff) |
cleanup
Diffstat (limited to 'backend/Location.cpp')
-rw-r--r-- | backend/Location.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/backend/Location.cpp b/backend/Location.cpp index eadbef2..2177d8a 100644 --- a/backend/Location.cpp +++ b/backend/Location.cpp @@ -3,7 +3,6 @@ #include "ListIterator.h" #include "Enemy.h" #include "Object.h" -#include "util.h" Direction operator - (const Direction & rhs) { return static_cast<Direction>((rhs + 2) % 4); |