OctaCore/src/engine/movie.hh

12 lines
156 B
C++
Raw Normal View History

2020-05-13 00:40:14 +02:00
#ifndef ENGINE_MOVIE_HH
#define ENGINE_MOVIE_HH
namespace recorder
{
void stop();
void capture(bool overlay = true);
void cleanup();
}
#endif