Implementing client interfaces regarding Sets
[satune.git] / src / table.h
index f726c4ec1d3f1506c49a1c14d90ee61eb6a38edc..6e886b78100cbc18fa6c44c3c0b6be1672fcf4e4 100644 (file)
@@ -3,9 +3,9 @@
 #include "classlist.h"
 #include "mymemory.h"
 
-class Table {
-public:
-       MEMALLOC;
-private:
+struct Table {
+       
 };
+
+Table * allocTable();
 #endif