fix(JoinMessage): Changed function definitions
This commit is contained in:
parent
a2f60b075f
commit
e3ecc0a809
@ -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();
|
||||
|
Reference in New Issue
Block a user