feat: add DalamudDebugStub

This commit is contained in:
goat 2020-06-06 18:41:42 +02:00
parent 31af5d8d77
commit 2d6de01c39
7 changed files with 392 additions and 0 deletions

View file

@ -0,0 +1,5 @@
#pragma once
#define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers
// Windows Header Files
#include <windows.h>