diff options
Diffstat (limited to '')
-rw-r--r-- | src/world/Block.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/world/Block.cpp b/src/world/Block.cpp index e88068a..74ac406 100644 --- a/src/world/Block.cpp +++ b/src/world/Block.cpp @@ -1,4 +1,4 @@ -#include "Block.hpp" +#include <world/Block.hpp> Block::~Block() {} |