mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +01:00
feat: add DalamudDebugStub
This commit is contained in:
parent
31af5d8d77
commit
2d6de01c39
7 changed files with 392 additions and 0 deletions
5
DalamudDebugStub/framework.h
Normal file
5
DalamudDebugStub/framework.h
Normal 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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue