Skip to content

Commit

Permalink
Merge branch 'Menu-Toggle' of https://github.com/oomek/attractplus in…
Browse files Browse the repository at this point in the history
…to Menu-Toggle
  • Loading branch information
Chadnaut committed Jan 13, 2025
2 parents d86374e + 2bbfae7 commit e5cade0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fe_overlay.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -71,13 +71,13 @@ friend class FeConfigContextImp;
sf::Vector2f &text_scale,
int &char_size ) const;

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 e5cade0

Please sign in to comment.