From b615afa0b7359d34cbebc3f1fc7c8547641e03fc Mon Sep 17 00:00:00 2001 From: MistEO Date: Mon, 12 Dec 2022 23:48:30 +0800 Subject: [PATCH] fix: build error --- .../Vision/{ => Miscellaneous}/StageDropsImageAnalyzer.cpp | 0 src/MaaCore/Vision/{ => Miscellaneous}/StageDropsImageAnalyzer.h | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename src/MaaCore/Vision/{ => Miscellaneous}/StageDropsImageAnalyzer.cpp (100%) rename src/MaaCore/Vision/{ => Miscellaneous}/StageDropsImageAnalyzer.h (100%) diff --git a/src/MaaCore/Vision/StageDropsImageAnalyzer.cpp b/src/MaaCore/Vision/Miscellaneous/StageDropsImageAnalyzer.cpp similarity index 100% rename from src/MaaCore/Vision/StageDropsImageAnalyzer.cpp rename to src/MaaCore/Vision/Miscellaneous/StageDropsImageAnalyzer.cpp diff --git a/src/MaaCore/Vision/StageDropsImageAnalyzer.h b/src/MaaCore/Vision/Miscellaneous/StageDropsImageAnalyzer.h similarity index 100% rename from src/MaaCore/Vision/StageDropsImageAnalyzer.h rename to src/MaaCore/Vision/Miscellaneous/StageDropsImageAnalyzer.h