22 #ifndef FIFE_VFS_RAW_RAWDATASOURCE_H
23 #define FIFE_VFS_RAW_RAWDATASOURCE_H
28 #include "util/base/fife_stdint.h"
51 virtual uint32_t
getSize()
const = 0;
59 virtual void readInto(uint8_t* buffer, uint32_t start, uint32_t length) = 0;
virtual void readInto(uint8_t *buffer, uint32_t start, uint32_t length)=0
virtual uint32_t getSize() const =0
credit to phoku for his NodeDisplay example which the visitor code is adapted from ( he coded the qua...