mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2025-05-26 03:42:15 +02:00
9 lines
71 B
C++
9 lines
71 B
C++
#pragma once
|
|
|
|
class TestParseScript
|
|
{
|
|
public:
|
|
void testParse();
|
|
};
|
|
|