class SwiftHeightField {
public:
	bool Create(char *hFileName, int hWidth, int hHeight);

	void Render(void);
};
