fix(JoinMessage): Changed function definitions

This commit is contained in:
Yimura 2020-12-29 00:19:37 +01:00
parent 39f3a66f3d
commit af9a1a85b0
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,6 @@ namespace big
update_screen_sizes();
god_mode();
join_message();
never_wanted();
no_bike_fall();
no_idle_kick();

View File

@ -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();