Mercurial > hg > aimc
diff src/Modules/Output/Graphics/Devices/GraphicsOutputDevice.h @ 133:88df1647d1a0
- Support (hopefully) both movie writing and HTK file output.
author | tomwalters |
---|---|
date | Tue, 26 Oct 2010 00:03:29 +0000 |
parents | a9cb396529c2 |
children | 73c6d61440ad |
line wrap: on
line diff
--- a/src/Modules/Output/Graphics/Devices/GraphicsOutputDevice.h Mon Oct 25 03:33:59 2010 +0000 +++ b/src/Modules/Output/Graphics/Devices/GraphicsOutputDevice.h Tue Oct 26 00:03:29 2010 +0000 @@ -182,6 +182,9 @@ //! \brief Called when animation stops virtual void Stop() { m_bRunning = false; } + + virtual void Reset(Parameters* global_parameters) = 0; + protected: //! \brief True when animation is running