Fix/remove tests from the gutted updater

This commit is contained in:
Petr Mrázek
2013-12-15 23:46:48 +01:00
parent b0e8037feb
commit b773ef08af
10 changed files with 45 additions and 357 deletions

View File

@@ -0,0 +1,8 @@
#pragma once
class TestParseScript
{
public:
void testParse();
};