diff options
author | BDKPlayer <fabian.stotz@yahoo.de> | 2020-03-27 22:09:57 +0100 |
---|---|---|
committer | BDKPlayer <fabian.stotz@yahoo.de> | 2020-03-27 22:09:57 +0100 |
commit | 78ddf8f82467c64d8653cea199e1f435afe41b76 (patch) | |
tree | 39d6eb7d140d19efa572e63fdd1006f047a2e3ad /SDK.h | |
parent | e95f90c028b40f39a41f18533f7cc921f4f37dd3 (diff) |
Added: Custom Loading Screen
Fixed: Minimaphook now works in release/debug
Diffstat (limited to 'SDK.h')
-rw-r--r-- | SDK.h | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -2,6 +2,5 @@ #include <Windows.h> #include <vector> -#include "Resources.h" #include "Classes.h" -#pragma once + |