Fixed level_format_tests application to use correct include paths.

This commit is contained in:
2025-06-30 13:56:40 -05:00
parent c3f9c4daf3
commit edb0f8cf68
3 changed files with 13 additions and 12 deletions

View File

@@ -64,7 +64,7 @@ public:
/// Destructor for the Level class.
/// Responsible for deallocating all dynamically allocated `Layer` and `Entity` objects
/// pointed to by the `layers` and `entities` vectors to prevent memory leaks.
~Level();
~Level() = default;
/// Constructs a Level object by loading and parsing a level definition file from the given path.
/// This constructor typically reads a JSON file containing the level's metadata, and