mend
[satune.git] / src / predicate.h
1 #ifndef PREDICATE_H
2 #define PREDICATE_H
3 #include "classlist.h"
4 #include "mymemory.h"
5
6 class Predicate {
7 public:
8
9         MEMALLOC;
10 private:
11 };
12 #endif