#include <stream.h>
#include <fstream.h>

class CDiction {

public:
	unsigned long int *index, start;

	CDiction(ifstream* indexer);
	~CDiction();
};