Mercurial > hg > aimc
diff src/Modules/Output/Graphics/Devices/GraphicsOutputDevice.h @ 244:d3968c3149b0
- Support (hopefully) both movie writing and HTK file output.
author | tomwalters |
---|---|
date | Tue, 26 Oct 2010 00:03:29 +0000 |
parents | af02b6addf7a |
children |
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