From 40aef5fefdb5e0f25ccd67d61e1556997560f396 Mon Sep 17 00:00:00 2001 From: Tim Redfern Date: Wed, 29 May 2013 13:23:38 +0100 Subject: various --- src/testApp.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/testApp.h') diff --git a/src/testApp.h b/src/testApp.h index 780bdc2..037cbf7 100755 --- a/src/testApp.h +++ b/src/testApp.h @@ -5,6 +5,7 @@ #include "ofxFensterManager.h" #include "ofxGui.h" +#include "ofxVamphost.h" #include "viewport.h" @@ -87,6 +88,10 @@ class testApp : public ofxFensterListener { void create8port(bool & pressed); void createports(int num); + void backupPalettes(); + void restorePalettes(); + + vector backups; vector viewports; vpcontrol control; int previewscale; -- cgit v1.2.3