summaryrefslogtreecommitdiff
path: root/06_performance/src/oni.h
diff options
context:
space:
mode:
authorComment <tim@gray.(none)>2013-06-27 02:01:20 +0100
committerComment <tim@gray.(none)>2013-06-27 02:01:20 +0100
commitfd8dc2aa23c4bbc297e835e4f920aaf5342aba5e (patch)
tree408df1fc8b7882a8df8e275f6b1c60676044fc1d /06_performance/src/oni.h
parentef18f3b861a5b59b9b347b148b2baaeb1f941cdb (diff)
very nearly ready
Diffstat (limited to '06_performance/src/oni.h')
-rw-r--r--06_performance/src/oni.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/06_performance/src/oni.h b/06_performance/src/oni.h
index 73edeee..821dba7 100644
--- a/06_performance/src/oni.h
+++ b/06_performance/src/oni.h
@@ -60,6 +60,7 @@ class syncOniPlayer{
void play();
void update();
void pause();
+ bool isPlaying();
int getCurrentFrame();
float getPosition();
int getNumParticles();