Finish rewriting Set/Table/Vector
[satune.git] / src / boolean.h
1 #ifndef BOOLEAN_H
2 #define BOOLEAN_H
3 #include "classlist.h"
4 #include "mymemory.h"
5
6 struct  Boolean {
7 };
8 #endif