#pragma once namespace nethack_mcp { /// Run the isolated NetHack worker selected by the internal command line. int runEngineWorker(int argc, char* argv[]); } // namespace nethack_mcp