summaryrefslogtreecommitdiff
path: root/libtemplate/template.h
diff options
context:
space:
mode:
Diffstat (limited to 'libtemplate/template.h')
-rw-r--r--libtemplate/template.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libtemplate/template.h b/libtemplate/template.h
index 79a824b..75dce5c 100644
--- a/libtemplate/template.h
+++ b/libtemplate/template.h
@@ -52,6 +52,8 @@ public:
//get fonts for pre caching
vector< pair<string, int> > GetUsedFonts(void);
void CacheImages(void);
+ //Set Plugin Subviews
+ bool SetSubViews(string plugName, int viewID);
//Debug
void Debug(void);
};