]> git.sesse.net Git - vlc/blobdiff - modules/gui/skins2/parser/interpreter.hpp
* all: added a INI file parser in skins2. For instance if the file
[vlc] / modules / gui / skins2 / parser / interpreter.hpp
index e8af87e283b041a32ab931433cb119e4d439ccc9..9ae4c1297b4dd47331341709c6190e6ae04690a6 100644 (file)
@@ -63,6 +63,9 @@ class Interpreter: public SkinObject
         /// Returns the tree variable corresponding to the given name
         VarTree *getVarTree( const string &rName, Theme *pTheme );
 
+        /// Get a constant value
+        string getConstant( const string &rValue );
+
     private:
         /// Map of global commands
         map<string, CmdGenericPtr> m_commandMap;