Implementing client interfaces regarding Sets
[satune.git] / src / structs.h
1 #ifndef STRUCTS_H
2 #define STRUCTS_H
3 #include "vector.h"
4 #include "classlist.h"
5
6 VectorDef(Int, uint64_t, 4);
7 VectorDef(Boolean, Boolean *, 4);
8 #endif