~swag/armagetronad/0.2.9-sty+ct+ap-fork

« back to all changes in this revision

Viewing changes to src/tools/tRecorder.h

  • Committer: Voodoo
  • Date: 2011-07-28 18:46:18 UTC
  • mfrom: (563.24.161 merge)
  • Revision ID: voodoo-20110728184618-0djbrm75ftd07c4v
merge -r 1285..1297 lp:armagetronad/0.2.8

Show diffs side-by-side

added added

removed removed

Lines of Context:
86
86
    static bool IsRecording();                          //!< returns whether there is a recording running
87
87
    static bool IsPlayingBack();                        //!< returns whether there is a playback running
88
88
    static bool IsRunning();                            //!< returns whether recording or playback are running
 
89
    static void StopRecording();                        //!< stops recording
89
90
};
90
91
 
91
92
//! simple interface to recording functionality