mirror of
https://github.com/smartcmd/MinecraftConsoles.git
synced 2026-05-24 05:23:51 +00:00
7 lines
115 B
C++
7 lines
115 B
C++
|
|
void RunHeapInspectorServer();
|
|
|
|
int main(int /*a_ArgC*/, const char* /*a_ArgV[]*/)
|
|
{
|
|
RunHeapInspectorServer();
|
|
}
|