mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-21 18:52:07 +00:00
Use std::vector for RPN expressions
This commit is contained in:
@@ -23,8 +23,7 @@ struct Patch {
|
||||
uint32_t pcSectionID;
|
||||
uint32_t pcOffset;
|
||||
enum PatchType type;
|
||||
uint32_t rpnSize;
|
||||
uint8_t *rpnExpression;
|
||||
std::vector<uint8_t> rpnExpression;
|
||||
|
||||
struct Section const *pcSection;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user