1
0
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:
Ivan Savenko 2013-12-29 14:35:38 +00:00
parent 96cc1b0e75
commit a8b9258840

View File

@ -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;