mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-29 23:07:48 +02:00
vcmi: modernize headers
This commit is contained in:
@@ -25,7 +25,7 @@ class CAnimation;
|
||||
class CObjectList : public CIntObject
|
||||
{
|
||||
public:
|
||||
typedef std::function<std::shared_ptr<CIntObject>(size_t)> CreateFunc;
|
||||
using CreateFunc = std::function<std::shared_ptr<CIntObject>(size_t)>;
|
||||
|
||||
private:
|
||||
CreateFunc createObject;
|
||||
|
||||
Reference in New Issue
Block a user