aboutsummaryrefslogtreecommitdiff
path: root/libs/bsapacker/src/NullDummyPluginService.cpp
blob: 52d8609d7396f991715247bbbb0bf2edc69e1ebc (plain)
1
2
3
4
5
6
7
8
9
#include "NullDummyPluginService.h"

namespace BsaPacker
{
	bool NullDummyPluginService::CreatePlugin([[maybe_unused]] const QString& modPath, [[maybe_unused]] const QString& archiveNameBase) const
	{
		return false;
	}
}