refactor(Restructure): Moved everything to their own class/struct to improve compile times and cleanup the code.

This commit is contained in:
Yimura
2021-02-05 02:38:56 +01:00
parent e9c3a93f56
commit 3af9c82ca2
72 changed files with 721 additions and 451 deletions

View File

@ -1,4 +1,5 @@
#include "features.hpp"
#include "features/notify.hpp"
#include "hooking.hpp"
#include "pointers.hpp"
#include "natives.hpp"
@ -140,7 +141,7 @@ namespace big
strcat(msg, "</C>\nEvent Type: ~b~");
strcat(msg, type);
features::notify::above_map(msg);
notify::above_map(msg);
return false;
}