diff options
| author | Tim Redfern <redfernt@gmail.com> | 2023-09-16 11:09:34 +0100 |
|---|---|---|
| committer | Tim Redfern <redfernt@gmail.com> | 2023-09-16 11:09:34 +0100 |
| commit | 797f54530edb7804fbb4b9b4bec3bce44749afd4 (patch) | |
| tree | f7c6425a810212fee1270433d286e72e9034f2f2 /futuregael/src/ofApp.h | |
| parent | fc305dec44a268ebb3d82fa28c8eb0eee05c95d5 (diff) | |
playing audio
Diffstat (limited to 'futuregael/src/ofApp.h')
| -rw-r--r-- | futuregael/src/ofApp.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/futuregael/src/ofApp.h b/futuregael/src/ofApp.h index ceb537b..f627e48 100644 --- a/futuregael/src/ofApp.h +++ b/futuregael/src/ofApp.h @@ -40,4 +40,6 @@ class ofApp : public ofBaseApp{ ofxCsv csv; vector<scriptLine> script; + + vector<scriptLine>::iterator playline; }; |
