#ifndef __HASH_H__ #define __HASH_H__ class Hash { private: void *table; }; #endif