diff options
| author | Tim Redfern <tim@eclectronics.org> | 2013-05-29 14:47:17 +0100 |
|---|---|---|
| committer | Tim Redfern <tim@eclectronics.org> | 2013-05-29 14:47:17 +0100 |
| commit | 809d05f2b17409c0b18951c0107c7fc275621b0c (patch) | |
| tree | c26fff53e0b324f2fda14898db729c4f9816a136 /src/testApp.h | |
| parent | 296e1ecf1d4402166bb0d958980f8bf0faba4f5f (diff) | |
drag drop palettes
Diffstat (limited to 'src/testApp.h')
| -rwxr-xr-x | src/testApp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testApp.h b/src/testApp.h index 037cbf7..250198e 100755 --- a/src/testApp.h +++ b/src/testApp.h @@ -90,11 +90,11 @@ class testApp : public ofxFensterListener { void backupPalettes(); void restorePalettes(); + void loadPalette(string &filename,int whichport); vector<palette> backups; vector<viewport> viewports; vpcontrol control; - int previewscale; // |
