diff options
Diffstat (limited to 'src/interfaces/game.hpp')
-rw-r--r-- | src/interfaces/game.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/interfaces/game.hpp b/src/interfaces/game.hpp index 6836dbd..3e547f5 100644 --- a/src/interfaces/game.hpp +++ b/src/interfaces/game.hpp @@ -8,6 +8,7 @@ #include <memory> #include <unordered_map> +// NOLINTNEXTLINE(cppcoreguidelines-special-member-functions) class IGame { public: |