mirror of
https://github.com/Mr-X-GTA/YimMenu.git
synced 2025-06-24 01:22:23 +08:00
refactor(Restructure): Moved everything to their own class/struct to improve compile times and cleanup the code.
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user