Convert two more dialogs
This commit is contained in:
@@ -56,6 +56,7 @@ public:
|
||||
};
|
||||
|
||||
typedef unsigned short pic_num_t;
|
||||
// TODO: Okay, is this really needed? Also this value also means "blank pic" in the dialog engine.
|
||||
static const pic_num_t NO_PIC = std::numeric_limits<pic_num_t>::max();
|
||||
using graf_pos = std::pair<sf::Texture*,rectangle>;
|
||||
using graf_pos_ref = std::pair<sf::Texture*&,rectangle&>;
|
||||
|
||||
Reference in New Issue
Block a user