ModusCreateOrg / trackerEditor

Create 8-bit tracker music for ATMLib2
http://labs.moduscreate.com/trackerEditor/
MIT License
0 stars 3 forks source link

createSongNew doesn't include _H to header names. #14

Closed jaygarcia closed 6 years ago

jaygarcia commented 6 years ago

I loaded evade4ch.atm into the version in master.

It exports:

#ifndef EVADE4CH
#define EVADE4CH
... Music stuff

It should be:

#ifndef EVADE4CH_H
#define EVADE4CH_H
... Music stuff
slemmon commented 6 years ago

Just added this fix to my current branch that I'll send up later tonight or tomorrow morning. Fix is forthcoming!!

slemmon commented 6 years ago

Fixed with: https://github.com/ModusCreateOrg/trackerEditor/pull/15