Skip to content

Commit

Permalink
chore: 简单调整一下MAA_VERSION的输出位置
Browse files Browse the repository at this point in the history
  • Loading branch information
MistEO committed Nov 11, 2023
1 parent 0571882 commit d9ec02c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 0 additions & 2 deletions source/MaaFramework/API/MaaInstance.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
#include "Instance/InstanceMgr.h"
#include "Utils/Logger.h"

#pragma message("MaaFramework MAA_VERSION: " MAA_VERSION)

MaaInstanceHandle MaaCreate(MaaInstanceCallback callback, MaaCallbackTransparentArg callback_arg)
{
LogFunc << VAR_VOIDP(callback) << VAR_VOIDP(callback_arg);
Expand Down
2 changes: 2 additions & 0 deletions source/MaaFramework/API/MaaUtility.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@

MaaStringView MaaVersion()
{
#pragma message("MaaFramework MAA_VERSION: " MAA_VERSION)

return MAA_VERSION;
}

Expand Down

0 comments on commit d9ec02c

Please sign in to comment.