mirror of
https://github.com/Mr-X-GTA/YimMenu.git
synced 2025-06-16 22:37:22 +08:00
feat(GUI): Added notification on startup
This commit is contained in:
parent
b777e4dc0f
commit
afafbcd3d4
@ -10,6 +10,7 @@
|
||||
#include "pointers.hpp"
|
||||
#include "renderer.hpp"
|
||||
#include "script.hpp"
|
||||
#include "features/notify.hpp"
|
||||
|
||||
#include "gui/window.hpp"
|
||||
|
||||
@ -121,6 +122,7 @@ namespace big
|
||||
|
||||
void gui::script_init()
|
||||
{
|
||||
features::notify::above_map("Yim's Menu is ready.");
|
||||
}
|
||||
|
||||
void gui::script_on_tick()
|
||||
|
Loading…
x
Reference in New Issue
Block a user