7b2b7dc558e23cd6aa95c71e816e5b3c2edd8863
[satune.git] / src / function.h
1 #ifndef FUNCTION_H
2 #define FUNCTION_H
3 #include "classlist.h"
4 #include "mymemory.h"
5 class Function {
6  public:
7         
8         MEMALLOC;
9  private:
10 };
11 #endif