Textractor/GUI/HostInterop/HostInterop.h

14 lines
468 B
C
Raw Normal View History

<EFBFBD><EFBFBD>#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
{
};
}