mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-06 09:09:40 +02:00
vcmi: modernize headers
This commit is contained in:
@@ -160,7 +160,7 @@ struct DLL_LINKAGE EventCondition
|
||||
}
|
||||
};
|
||||
|
||||
typedef LogicalExpression<EventCondition> EventExpression;
|
||||
using EventExpression = LogicalExpression<EventCondition>;
|
||||
|
||||
struct DLL_LINKAGE EventEffect
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user