mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-02-01 10:42:03 +03:00
Add binaryBlob::getExtra()
This needs to be done because m_headers is a private member of binaryBlob.
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user