3a79a9e353fdac58a28e1223d8105784857ad2e7
[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