feat(Features): Added includes for notify and teleport to features.hpp

This commit is contained in:
Yimura 2020-12-26 17:13:06 +01:00
parent 6a813bd057
commit 491919fcc1

View File

@ -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
{