From 17286dc980003ac251a1a6e4544f06b798fdb8e4 Mon Sep 17 00:00:00 2001 From: Yimura Date: Tue, 10 Aug 2021 23:12:01 +0200 Subject: [PATCH] feat(Util/All): Updated includes of util all --- BigBaseV2/src/util/all.hpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/BigBaseV2/src/util/all.hpp b/BigBaseV2/src/util/all.hpp index 3547ab9d..3dae9568 100644 --- a/BigBaseV2/src/util/all.hpp +++ b/BigBaseV2/src/util/all.hpp @@ -3,5 +3,7 @@ #include "entity.hpp" #include "math.hpp" #include "notify.hpp" +#include "player.hpp" +#include "session.hpp" #include "teleport.hpp" #include "vehicle.hpp" \ No newline at end of file