Merge pull request #7725 from archimede67/editor-automap-include-fix

Only include `layer_tiles.h` in `auto_map.cpp`
This commit is contained in:
Dennis Felsing 2023-12-27 12:05:32 +00:00 committed by GitHub
commit e549e67c95
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,10 +5,10 @@
#include <engine/shared/linereader.h> #include <engine/shared/linereader.h>
#include <engine/storage.h> #include <engine/storage.h>
#include <game/editor/mapitems/layer_tiles.h>
#include <game/mapitems.h> #include <game/mapitems.h>
#include "auto_map.h" #include "auto_map.h"
#include "editor.h" // TODO: only needs CLayerTiles
#include "editor_actions.h" #include "editor_actions.h"
// Based on triple32inc from https://github.com/skeeto/hash-prospector/tree/79a6074062a84907df6e45b756134b74e2956760 // Based on triple32inc from https://github.com/skeeto/hash-prospector/tree/79a6074062a84907df6e45b756134b74e2956760