Archived
1
0

Adds output directory to the settings structure

This commit is contained in:
Jip J. Dekker 2016-03-17 15:53:19 +01:00
parent 35fc86c289
commit 0597ef878c

View File

@ -20,4 +20,5 @@ type Settings struct {
Name string // Name of the Ponder library
IgnoreDirs []string // Directories to be ignored on search
LilypondIncludes []string // Directories to be included when running the lilypond compiler
OutputDir string // Directory in which all complete file are stored
}