Skip to content
Snippets Groups Projects
Commit fd536e91 authored by Claire Ellis's avatar Claire Ellis :speech_balloon:
Browse files

void B_UpdateBotleader(player_t *player);

parent 2016caa7
Branches
Tags
1 merge request!1383Multiplayer Bot Features (aka AddPlayer)
...@@ -10,6 +10,7 @@ ...@@ -10,6 +10,7 @@
/// \file b_bot.h /// \file b_bot.h
/// \brief Basic bot handling /// \brief Basic bot handling
void B_UpdateBotleader(player_t *player);
void B_BuildTiccmd(player_t *player, ticcmd_t *cmd); void B_BuildTiccmd(player_t *player, ticcmd_t *cmd);
void B_KeysToTiccmd(mobj_t *mo, ticcmd_t *cmd, boolean forward, boolean backward, boolean left, boolean right, boolean strafeleft, boolean straferight, boolean jump, boolean spin); void B_KeysToTiccmd(mobj_t *mo, ticcmd_t *cmd, boolean forward, boolean backward, boolean left, boolean right, boolean strafeleft, boolean straferight, boolean jump, boolean spin);
boolean B_CheckRespawn(player_t *player); boolean B_CheckRespawn(player_t *player);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment