Skip to content

Commit

Permalink
and fake_messages
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrikLundell committed Dec 27, 2024
1 parent 8ae88c9 commit 9155bee
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions tests/fake_messages.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,6 @@ void add_msg( const game_message_params &, std::string m )
{
Messages::add_msg( std::move( m ) );
}
void add_msg_if_player_sees( const tripoint &, std::string m )
{
Messages::add_msg( std::move( m ) );
}
void add_msg_if_player_sees( const tripoint_bub_ms &, std::string m )
{
Messages::add_msg( std::move( m ) );
Expand All @@ -78,10 +74,6 @@ void add_msg_if_player_sees( const Creature &, std::string m )
{
Messages::add_msg( std::move( m ) );
}
void add_msg_if_player_sees( const tripoint &, const game_message_params &, std::string m )
{
Messages::add_msg( std::move( m ) );
}
void add_msg_if_player_sees( const tripoint_bub_ms &, const game_message_params &, std::string m )
{
Messages::add_msg( std::move( m ) );
Expand Down

0 comments on commit 9155bee

Please sign in to comment.