move custom_choice_dialog into shared code

This commit is contained in:
2025-04-30 11:22:15 -05:00
parent 203edc46f1
commit fe57c10173
8 changed files with 34 additions and 38 deletions

View File

@@ -73,4 +73,6 @@ public:
std::string show();
};
short custom_choice_dialog(std::array<std::string, 6>& strs,short pic_num,ePicType pic_type,std::array<short, 3>& buttons, bool anim_pict = false, short anim_loops = -1, int anim_fps = -1);
#endif