o cleanup
This commit is contained in:
14
tools/bsnes/reader/jmareader.hpp
Executable file
14
tools/bsnes/reader/jmareader.hpp
Executable file
@@ -0,0 +1,14 @@
|
||||
#include "jma/jma.h"
|
||||
|
||||
class JMAReader : public Reader {
|
||||
public:
|
||||
unsigned size();
|
||||
uint8_t* read(unsigned length = 0);
|
||||
|
||||
JMAReader(const char *fn);
|
||||
|
||||
private:
|
||||
JMA::jma_open JMAFile;
|
||||
unsigned filesize;
|
||||
std::string cname;
|
||||
};
|
||||
Reference in New Issue
Block a user