feat(GUI): Added notification on startup
This commit is contained in:
parent
519f91cfcb
commit
15a85d4cfd
@ -10,6 +10,7 @@
|
|||||||
#include "pointers.hpp"
|
#include "pointers.hpp"
|
||||||
#include "renderer.hpp"
|
#include "renderer.hpp"
|
||||||
#include "script.hpp"
|
#include "script.hpp"
|
||||||
|
#include "features/notify.hpp"
|
||||||
|
|
||||||
#include "gui/window.hpp"
|
#include "gui/window.hpp"
|
||||||
|
|
||||||
@ -121,6 +122,7 @@ namespace big
|
|||||||
|
|
||||||
void gui::script_init()
|
void gui::script_init()
|
||||||
{
|
{
|
||||||
|
features::notify::above_map("Yim's Menu is ready.");
|
||||||
}
|
}
|
||||||
|
|
||||||
void gui::script_on_tick()
|
void gui::script_on_tick()
|
||||||
|
Reference in New Issue
Block a user