diff options
Diffstat (limited to 'backend/Dungeon.h')
-rw-r--r-- | backend/Dungeon.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backend/Dungeon.h b/backend/Dungeon.h index 2d5fa61..5740eb6 100644 --- a/backend/Dungeon.h +++ b/backend/Dungeon.h @@ -1,6 +1,6 @@ #pragma once -#include "List.hpp" +#include "List.h" class Location; |