diff options
-rw-r--r-- | src/adldata.hh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/adldata.hh b/src/adldata.hh index 3a43a12..8e15ff4 100644 --- a/src/adldata.hh +++ b/src/adldata.hh @@ -21,6 +21,9 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ +#ifndef ADLDATA_H +#define ADLDATA_H + extern const struct adldata { unsigned int modulator_E862, carrier_E862; // See below @@ -56,3 +59,5 @@ extern const struct AdlBankSetup bool adLibPercussions; bool scaleModulators; } adlbanksetup[]; + +#endif //ADLDATA_H |