Convert two more dialogs

This commit is contained in:
2014-12-17 13:13:23 -05:00
parent e864d9f7eb
commit 5de6d3d661
4 changed files with 110 additions and 111 deletions

View File

@@ -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&>;