8 lines
149 B
C++
8 lines
149 B
C++
#pragma once
|
|
|
|
#include "process.hpp"
|
|
|
|
#include <filesystem>
|
|
|
|
bool inject_library(const std::filesystem::path& library_path, const process& process);
|