PackBinary/pack.cpp

6 lines
93 B
C++
Raw Normal View History

2024-10-27 15:51:46 +08:00
#include "pack.h"
bool CPackBinary::startPack(const CmdResult& result)
{
return false;
}