testing crash

This commit is contained in:
2018-11-30 14:27:11 +01:00
parent d0919862da
commit 829e8c0b62
12 changed files with 40 additions and 4 deletions

View File

@@ -197,6 +197,7 @@ public:
int res_from_index(int i);
int res_to_index(int res);
std::string res_to_string(int res);
void crash_test();
void cmd_convert(std::string pano_path, std::string out_path);
};