1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-25 22:42:04 +02:00

mapeditor: use vcmi_endian.h

There is no need to redefine this functions, let's use shared
implementation
This commit is contained in:
Konstantin
2023-02-03 00:39:44 +03:00
parent 88ef83db53
commit 4feab69867
3 changed files with 2 additions and 4 deletions

View File

@@ -14,6 +14,7 @@
#include "BitmapHandler.h"
#include "../lib/filesystem/Filesystem.h"
#include "../lib/vcmi_endian.h"
#include <QBitmap>
#include <QImage>