#ifndef EXTENSIONS_H #define EXTENSIONS_H #include #include #include #include #include #include std::map LoadExtensions(); std::wstring DispatchSentenceToExtensions(std::wstring sentence, std::unordered_map miscInfo); typedef void(*ExtensionFunction)(std::wstring&, std::unordered_map&); extern QComboBox* ttCombo; #endif // EXTENSIONS_H