cleanup Objective-C code from C++

This commit is contained in:
2019-07-13 19:00:25 +02:00
parent 2e5ea079c8
commit 80b78ac0af
4 changed files with 203 additions and 192 deletions

View File

@@ -11,3 +11,6 @@
#endif
void install_global_handlers();
void delete_all_files_in_path(const std::string& source_path);
void export_mp4(const std::string& rec_path, int width, int height, int tot, void(^progress_callback)(float));
void save_image_library(const std::string& path);