#pragma once #include "../../texthook/hookman.h" #include "../../texthook/textthread.h" #include "../../texthook/host.h" using namespace System; namespace HostInterop { public ref struct Host abstract sealed { }; }