From 491919fcc16c302c019306bf431f1b0962f2edaf Mon Sep 17 00:00:00 2001 From: Yimura Date: Sat, 26 Dec 2020 17:13:06 +0100 Subject: [PATCH] feat(Features): Added includes for notify and teleport to features.hpp --- BigBaseV2/src/features.hpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/BigBaseV2/src/features.hpp b/BigBaseV2/src/features.hpp index 16dd0be6..59f479bf 100644 --- a/BigBaseV2/src/features.hpp +++ b/BigBaseV2/src/features.hpp @@ -2,6 +2,8 @@ #include "common.hpp" #include "structs/player.hpp" #include "structs/temp.hpp" +#include "features/notify.hpp" +#include "features/teleport.hpp" namespace big {