aboutsummaryrefslogtreecommitdiff
path: root/src/hashable.h
blob: 33ff8b8a4d0c77fbecdf8b2feaf9c97d7a8a6ae2 (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef HASHABLE_H
#define HASHABLE_H
/*
class Hashable
{
public:
	virtual unsigned long int getHashCode() = 0;
};
*/
#endif