Textractor/HostInterop/HostInterop.h

15 lines
394 B
C
Raw Normal View History

<EFBFBD><EFBFBD>#pragma once
2018-07-21 01:08:55 -07:00
#include "../texthook/host.h"
using namespace System;
namespace HostInterop
{
2018-07-21 01:08:55 -07:00
public ref class Host
{
public:
2018-07-21 01:08:55 -07:00
static bool Start() { return StartHost(); }
};
}