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

haha im a fucking idiot

This commit is contained in:
GokuWeedLord 2017-12-10 16:03:55 +11:00
parent a4453a378e
commit 74a817701d

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