summaryrefslogtreecommitdiff
path: root/Common/types.h
blob: fa6a1b222f19b482156b9f2d7bc84399f130c2e9 (plain)
1
2
3
4
5
6
7
8
9
10
// Extra types used in Night Security

#include <mystring.h>

#include <vector>
typedef std::vector<string> string_array;
 
#include <set>
typedef std::set<string> string_set;