fix OnLocaleInstalled notification
This commit is contained in:
@@ -15,7 +15,7 @@ namespace Nz
|
||||
using Dependencies = TypeList<Core>;
|
||||
struct Config {};
|
||||
|
||||
NazaraStaticSignal(OnLocalesInstalled, const std::vector<std::string>&);
|
||||
NazaraStaticSignal(OnLocaleInstalled, std::string_view);
|
||||
|
||||
Localization(Config config);
|
||||
~Localization();
|
||||
|
||||
Reference in New Issue
Block a user