1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-04-27 14:57:44 +00:00

haha im a fucking idiot

This commit is contained in:
GokuWeedLord 2017-12-10 16:03:55 +11:00
parent 58a4e9e0fe
commit 2cd85c212f

View file

@ -3,10 +3,10 @@
#include <string>
#include "NativeScriptApi.h"
#include <unordered_map>
#ifdef _WIN32
#include <windows.h>
#include <unordered_map>
typedef HMODULE ModuleHandle;
#else