2
0
Fork 0
OB-Xd/Modules/gin/utilities/plist.h
2020-05-21 09:14:57 +02:00

16 lines
488 B
C
Executable file

/*==============================================================================
Copyright 2018 by Roland Rabien
For more information visit www.rabiensoftware.com
==============================================================================*/
#pragma once
//==============================================================================
juce::var parsePlist (const juce::File& f);
juce::var parsePlist (const juce::String& s);
juce::var parsePlist (const juce::XmlElement& f);