Rename all SU_BEGIN_* macros into BEGIN_*; there's no real risk of nameclash and makes the code more readable.

This commit is contained in:
Veikko Sariola
2020-05-26 17:45:37 +03:00
parent efc6db71ab
commit 91b8912015
92 changed files with 757 additions and 757 deletions

View File

@ -1,5 +1,5 @@
# Usage: python parse_gmdls.py <path-to-gmdls>
# Parses the GMDLs sample and loop locations and dumps them ready to be included in the SU_BEGIN_SAMPLE_OFFSETS block
# Parses the GMDLs sample and loop locations and dumps them ready to be included in the BEGIN_SAMPLE_OFFSETS block
import sys