fix(JoinMessage): Changed function definitions
This commit is contained in:
parent
a2f60b075f
commit
e3ecc0a809
@ -13,7 +13,6 @@ namespace big
|
|||||||
update_screen_sizes();
|
update_screen_sizes();
|
||||||
|
|
||||||
god_mode();
|
god_mode();
|
||||||
join_message();
|
|
||||||
never_wanted();
|
never_wanted();
|
||||||
no_bike_fall();
|
no_bike_fall();
|
||||||
no_idle_kick();
|
no_idle_kick();
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
#pragma once
|
#pragma once
|
||||||
#include "common.hpp"
|
#include "common.hpp"
|
||||||
#include "fiber_pool.hpp"
|
#include "fiber_pool.hpp"
|
||||||
|
#include "structs/lists.hpp"
|
||||||
#include "structs/player.hpp"
|
#include "structs/player.hpp"
|
||||||
#include "structs/temp.hpp"
|
#include "structs/temp.hpp"
|
||||||
#include "features/notify.hpp"
|
#include "features/notify.hpp"
|
||||||
@ -25,7 +26,7 @@ namespace big
|
|||||||
void script_func();
|
void script_func();
|
||||||
|
|
||||||
void god_mode();
|
void god_mode();
|
||||||
void join_message();
|
void join_message(Player player);
|
||||||
void never_wanted();
|
void never_wanted();
|
||||||
void no_bike_fall();
|
void no_bike_fall();
|
||||||
void no_idle_kick();
|
void no_idle_kick();
|
||||||
|
Reference in New Issue
Block a user