mirror of
https://github.com/Mr-X-GTA/YimMenu.git
synced 2024-12-22 20:17:24 +08:00
fix(JoinMessage): Changed function definitions
This commit is contained in:
parent
39f3a66f3d
commit
af9a1a85b0
@ -13,7 +13,6 @@ namespace big
|
||||
update_screen_sizes();
|
||||
|
||||
god_mode();
|
||||
join_message();
|
||||
never_wanted();
|
||||
no_bike_fall();
|
||||
no_idle_kick();
|
||||
|
@ -1,6 +1,7 @@
|
||||
#pragma once
|
||||
#include "common.hpp"
|
||||
#include "fiber_pool.hpp"
|
||||
#include "structs/lists.hpp"
|
||||
#include "structs/player.hpp"
|
||||
#include "structs/temp.hpp"
|
||||
#include "features/notify.hpp"
|
||||
@ -25,7 +26,7 @@ namespace big
|
||||
void script_func();
|
||||
|
||||
void god_mode();
|
||||
void join_message();
|
||||
void join_message(Player player);
|
||||
void never_wanted();
|
||||
void no_bike_fall();
|
||||
void no_idle_kick();
|
||||
|
Loading…
Reference in New Issue
Block a user