fix tabbing
[satune.git] / src / table.h
1 #ifndef TABLE_H
2 #define TABLE_H
3 #include "classlist.h"
4 #include "mymemory.h"
5
6 class Table {
7 public:
8         MEMALLOC;
9 private:
10 };
11 #endif