mirror of
https://github.com/huderlem/porymap.git
synced 2026-09-10 01:45:34 -05:00
Generalize FieldManager, automatic value validation
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
#define ORDERED_SET_H
|
||||
|
||||
#include <QJsonArray>
|
||||
#include <set>
|
||||
|
||||
template <typename T>
|
||||
class OrderedSet : public std::set<T>
|
||||
|
||||
Reference in New Issue
Block a user