mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
Updating CSPlugingInputText
Adding Rainmeter.exe.config file to root to support dependent .dll files for C@ plugins Adding Dependencies folder in \Plugins to support dependent .dll files for C@ plugins Changes to server core Rainmeter codes to better export variables for C# plugins Changes to Build.py Changes to installer
This commit is contained in:
@ -174,6 +174,11 @@ public:
|
||||
const std::wstring& GetSkinAuthor() { return m_Author; }
|
||||
const std::wstring& GetSkinName() { return m_SkinName; }
|
||||
const std::wstring& GetSkinIniFile() { return m_SkinIniFile; }
|
||||
|
||||
// Added by Peter Souza IV / psouza4 / 2010.12.13
|
||||
//
|
||||
// Public read-only access to the skin's pathname (necessary for the plugin bridge)
|
||||
const std::wstring& GetSkinPath() { return m_SkinPath; }
|
||||
|
||||
std::list<CMeasure*>& GetMeasures() { return m_Measures; }
|
||||
std::list<CMeter*>& GetMeters() { return m_Meters; }
|
||||
|
Reference in New Issue
Block a user