#include "Structs.h" class EInkBufferReader { private: UBYTE* buffer; public: bool getPixelAtIndex(int index); };