1e808cb6166b63052a75dd2211f099d987f19717
[satune.git] / src / Collections / corestructs.h
1 #ifndef CORESTRUCTS_H
2 #define CORESTRUCTS_H
3
4 #include "cppvector.h"
5 #include "hashset.h"
6
7 typedef Hashset<Boolean *, uintptr_t, 4> HashsetBoolean;
8 typedef SetIterator<Boolean *, uintptr_t, 4> SetIteratorBoolean;
9
10 #endif