mirror of
https://github.com/vcmi/vcmi.git
synced 2024-12-24 22:14:36 +02:00
missing dll_linkage
This commit is contained in:
parent
96cc1b0e75
commit
a8b9258840
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user