mirror of
https://github.com/Artikash/Textractor.git
synced 2024-12-24 01:14:12 +08:00
9 lines
200 B
C
9 lines
200 B
C
#pragma once
|
|
|
|
#include "common.h"
|
|
#include "types.h"
|
|
|
|
void CreatePipe();
|
|
void NotifyHookRemove(uint64_t addr);
|
|
void ConsoleOutput(LPCSTR text); // jichi 12/25/2013: Used to return length of sent text
|