Add Set AST Constructor
[satune.git] / src / function.h
1 #ifndef FUNCTION_H
2 #define FUNCTION_H
3 #include "classlist.h"
4 #include "mymemory.h"
5
6 struct Function {
7 };
8 #endif