mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/GabsPuNs-MinecraftConsoles.git
synced 2026-06-28 17:55:33 +00:00
8 lines
115 B
C++
8 lines
115 B
C++
|
|
void RunHeapInspectorServer();
|
|
|
|
int main(int /*a_ArgC*/, const char* /*a_ArgV[]*/)
|
|
{
|
|
RunHeapInspectorServer();
|
|
}
|