Skip to content
This repository was archived by the owner on Dec 30, 2022. It is now read-only.

Commit 9eace61

Browse files
committed
プラグインバージョン明記
1 parent 1e6b30c commit 9eace61

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

TvTestRPC/TvTestRPC.cpp

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,12 @@ class CMyPlugin : public TVTest::CTVTestPlugin
1313
void discordInit();
1414
void UpdateState();
1515
time_t SystemTime2Timet(const SYSTEMTIME&);
16+
17+
DWORD GetVersion() override
18+
{
19+
return TVTEST_PLUGIN_VERSION_(0,0,14);
20+
}
21+
1622
bool GetPluginInfo(TVTest::PluginInfo *pInfo) override
1723
{
1824
pInfo->Type = TVTest::PLUGIN_TYPE_NORMAL;

0 commit comments

Comments
 (0)