mirror of
https://github.com/maxDcb/C2TeamServer
synced 2026-06-06 16:14:27 +00:00
9 lines
153 B
C++
9 lines
153 B
C++
#pragma once
|
|
|
|
#include <string>
|
|
#include <iostream>
|
|
|
|
|
|
typedef void *HMEMORYMODULE;
|
|
|
|
HMEMORYMODULE MemoryLoadLibrary(const void *moduleData, size_t size); |