mirror of
https://github.com/vcmi/vcmi.git
synced 2024-12-26 22:57:00 +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;
|
typedef LogicalExpression<EventCondition> EventExpression;
|
||||||
|
|
||||||
struct EventEffect
|
struct DLL_LINKAGE EventEffect
|
||||||
{
|
{
|
||||||
enum EType
|
enum EType
|
||||||
{
|
{
|
||||||
@ -159,9 +159,8 @@ struct EventEffect
|
|||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
struct TriggeredEvent
|
struct DLL_LINKAGE TriggeredEvent
|
||||||
{
|
{
|
||||||
|
|
||||||
/// base condition that must be evaluated
|
/// base condition that must be evaluated
|
||||||
EventExpression trigger;
|
EventExpression trigger;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user