10 lines
101 B
C++
10 lines
101 B
C++
#pragma once
|
|
|
|
class TestUpdateScript
|
|
{
|
|
public:
|
|
void testV2Script();
|
|
void testPermissions();
|
|
};
|
|
|