mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-11 23:54:18 +00:00
Refactoring of some glypharrangement code.
This commit is contained in:
parent
49fd486c23
commit
fc79df875f
8 changed files with 46 additions and 107 deletions
|
|
@ -43,6 +43,7 @@ public:
|
|||
String getVersion() const { return moduleInfo ["version"].toString(); }
|
||||
String getName() const { return moduleInfo ["name"].toString(); }
|
||||
String getDescription() const { return moduleInfo ["description"].toString(); }
|
||||
String getLicense() const { return moduleInfo ["license"].toString(); }
|
||||
const File& getFolder() const { return moduleFolder; }
|
||||
|
||||
void writeIncludes (ProjectSaver&, OutputStream&);
|
||||
|
|
@ -109,7 +110,7 @@ public:
|
|||
{
|
||||
LibraryModule* create() const;
|
||||
|
||||
String uid, version, name, description;
|
||||
String uid, version, name, description, license;
|
||||
File file;
|
||||
URL url;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue