mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-23 22:37:55 +02:00
- build system update
- compile\warning fixes
This commit is contained in:
@@ -285,3 +285,8 @@ void config::CConfigHandler::init()
|
||||
|
||||
SetResolution(screenRes["width"].Float(), screenRes["height"].Float());
|
||||
}
|
||||
|
||||
// Force instantiation of the SettingsStorage::NodeAccessor class template.
|
||||
// That way method definitions can sit in the cpp file
|
||||
template struct SettingsStorage::NodeAccessor<SettingsListener>;
|
||||
template struct SettingsStorage::NodeAccessor<Settings>;
|
||||
Reference in New Issue
Block a user