mirror of
https://github.com/vcmi/vcmi.git
synced 2025-09-16 09:26:28 +02:00
missing dll_linkage
This commit is contained in:
@@ -138,7 +138,7 @@ struct DLL_LINKAGE EventCondition
|
||||
|
||||
typedef LogicalExpression<EventCondition> EventExpression;
|
||||
|
||||
struct EventEffect
|
||||
struct DLL_LINKAGE EventEffect
|
||||
{
|
||||
enum EType
|
||||
{
|
||||
@@ -159,9 +159,8 @@ struct EventEffect
|
||||
}
|
||||
};
|
||||
|
||||
struct TriggeredEvent
|
||||
struct DLL_LINKAGE TriggeredEvent
|
||||
{
|
||||
|
||||
/// base condition that must be evaluated
|
||||
EventExpression trigger;
|
||||
|
||||
|
Reference in New Issue
Block a user