diff options
Diffstat (limited to 'spuregion.h')
-rw-r--r-- | spuregion.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/spuregion.h b/spuregion.h index e22d7f6..b31d1cb 100644 --- a/spuregion.h +++ b/spuregion.h @@ -48,6 +48,7 @@ public: uint16_t endLine; uint8_t openSections(); + bool newSection(); sSection *section(uint8_t num); bool addIndex(tIndex idx); |