forked from Public-Mirror/Textractor
14 lines
468 B
C++
14 lines
468 B
C++
#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
|
||
{
|
||
};
|
||
}
|