add brackets brush size

This commit is contained in:
2019-11-27 01:08:00 +01:00
parent 64f6b90911
commit 20fbf5586f
6 changed files with 78 additions and 4 deletions

View File

@@ -16,3 +16,6 @@ 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);
bool apple_create_dir(const std::string& path);
NSString* keyCodeToString(CGKeyCode keyCode, NSUInteger mods);
std::wstring NSStringToStringW(NSString* Str);
NSString* StringWToNSString(const std::wstring& Str);