9 lines
200 B
C
Raw Permalink Normal View History

2018-08-25 15:45:25 -04:00
#pragma once
#include "common.h"
#include "types.h"
void CreatePipe();
2018-09-20 21:59:07 -04:00
void NotifyHookRemove(uint64_t addr);
2018-08-25 15:45:25 -04:00
void ConsoleOutput(LPCSTR text); // jichi 12/25/2013: Used to return length of sent text