From 2b4beb183e8c811362031e3baadd37e427c5f4a9 Mon Sep 17 00:00:00 2001 From: Wohlstand Date: Mon, 6 Nov 2017 03:01:04 +0300 Subject: Added a header guard for 'adldata.hh' --- src/adldata.hh | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/adldata.hh') 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 . */ +#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 -- cgit v1.2.3