Skip to content

Commit

Permalink
Changed file path of include statement in dllmain and pch
Browse files Browse the repository at this point in the history
  • Loading branch information
vxcall committed Aug 2, 2020
1 parent e909d93 commit 447691f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dainsleif/dllmain.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#include "Hacks/Glow.h"
#include "Hacks/AntiRecoil.h"
#include "Hacks/Triggerbot.h"
#include "GraphicHook.h"
#include "Hook/GraphicHook.h"

bool bQuit, bAimbot, bGlowHack, bAntiRecoil, bTriggerBot;
int fov;
Expand Down
2 changes: 1 addition & 1 deletion Dainsleif/pch.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

//my header
#include "framework.h"
#include "ImGuiTheme.h"
#include "Hook/ImGuiTheme.h"
#include "vector3.h"
#include "offsets.h"

Expand Down

0 comments on commit 447691f

Please sign in to comment.