Skip to content

Commit

Permalink
Merge fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Chadnaut committed Jan 13, 2025
1 parent c72ceeb commit 634f06a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/fe_overlay.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -71,15 +71,13 @@ friend class FeConfigContextImp;
sf::Vector2f &text_scale,
int &char_size ) const;

void input_map_dialog( const std::string &msg_str, FeInputMapEntry &res,
FeInputMap::Command &conflict );
int display_config_dialog( FeBaseConfigMenu *, bool & );
void input_map_dialog(
const std::string &msg_str,
FeInputMapEntry &res,
FeInputMap::Command &conflict
);

int display_config_dialog( FeBaseConfigMenu *, bool & );
int display_config_dialog(
FeBaseConfigMenu *m,
bool &parent_setting_changed,
Expand Down

0 comments on commit 634f06a

Please sign in to comment.