mirror of
https://github.com/UltimMC/Launcher.git
synced 2025-12-22 11:39:55 +00:00
9 lines
71 B
C++
9 lines
71 B
C++
#pragma once
|
|
|
|
class TestParseScript
|
|
{
|
|
public:
|
|
void testParse();
|
|
};
|
|
|