#pragma once #include "Common.h" #include "ImageData.h" NS_BF_BEGIN; class PVRData : public ImageData { public: bool ReadData(); }; NS_BF_END;