#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 std::wstring(*ExtensionFunction)(std::wstring, std::unordered_map&); extern QComboBox* ttCombo; #endif // EXTENSIONS_H