Files
PrismLauncher/mmc_updater/src/tests/TestUpdateScript.h
Petr Mrázek 6aa9bd0f77 Renew the updater branch
Now with some actual consensus on what the updater will do!
2013-12-02 00:55:24 +01:00

10 lines
101 B
C++

#pragma once
class TestUpdateScript
{
public:
void testV2Script();
void testPermissions();
};