mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Mainmenu: Move core.on_before_close to s_mainmenu like other callbacks, and doc
This commit is contained in:
parent
2c83c67b7d
commit
4a8f84b259
6 changed files with 31 additions and 20 deletions
|
@ -24,9 +24,6 @@ public:
|
|||
// Global step handler to pass back async events
|
||||
void step();
|
||||
|
||||
// Calls core.on_before_close()
|
||||
void beforeClose();
|
||||
|
||||
// Pass async events from engine to async threads
|
||||
u32 queueAsync(std::string &&serialized_func,
|
||||
std::string &&serialized_param);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue