Blob Blame Raw


#ifndef TFARMPLATFORMS_H
#define TFARMPLATFORMS_H

enum TFarmPlatform {
	NoPlatform,
	Windows,
	Irix,
	Linux
};

#endif