Skip to content

Commit

Permalink
Include helper_functions.hpp in other common modules
Browse files Browse the repository at this point in the history
  • Loading branch information
SmileyAG authored and YaLTeR committed Jul 27, 2024
1 parent ebdee93 commit f7caaf6
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions BunnymodXT/discord_integration.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
#include "modules/ServerDLL.hpp"
#include "modules/HwDLL.hpp"
#include "cvars.hpp"
#include "helper_functions.hpp"
#include "hud_custom.hpp"

using namespace std::literals;
Expand Down
1 change: 1 addition & 0 deletions BunnymodXT/hud_custom.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
#include "interprocess.hpp"
#include "runtime_data.hpp"
#include "opengl_utils.hpp"
#include "helper_functions.hpp"
#include "splits.hpp"

#include <GL/gl.h>
Expand Down
1 change: 1 addition & 0 deletions BunnymodXT/modules/ClientDLL.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
#include "HwDLL.hpp"
#include "../patterns.hpp"
#include "../cvars.hpp"
#include "../helper_functions.hpp"
#include "../hud_custom.hpp"
#include "../triangle_drawing.hpp"
#include "../discord_integration.hpp"
Expand Down
1 change: 1 addition & 0 deletions BunnymodXT/modules/ServerDLL.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
#include "HwDLL.hpp"
#include "../patterns.hpp"
#include "../cvars.hpp"
#include "../helper_functions.hpp"
#include "../hud_custom.hpp"
#include "../interprocess.hpp"
#include "../runtime_data.hpp"
Expand Down
2 changes: 2 additions & 0 deletions BunnymodXT/triangle_drawing.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
#include "custom_triggers.hpp"
#include "splits.hpp"

#include "helper_functions.hpp"

#include "triangle_drawing.hpp"
#include "triangle_utils.hpp"
#include "modules.hpp"
Expand Down

0 comments on commit f7caaf6

Please sign in to comment.