Add binaryBlob::getExtra()

This needs to be done because m_headers is a private member of
binaryBlob.
This commit is contained in:
Misa
2020-06-30 15:27:57 -07:00
committed by Ethan Lee
parent 09dbe8113b
commit 4c2f5ed032
2 changed files with 20 additions and 0 deletions

View File

@@ -1,6 +1,8 @@
#ifndef BINARYBLOB_H
#define BINARYBLOB_H
#include <vector>
/* Laaaazyyyyyyy -flibit */
// #define VVV_COMPILEMUSIC
@@ -47,6 +49,8 @@ public:
int getSize(int _index);
std::vector<int> getExtra();
char* getAddress(int _index);
void clear();