forked from mirror/openmw-tes3mp
Added EventListPtr typedef
This commit is contained in:
parent
4692375491
commit
687f20344e
1 changed files with 2 additions and 0 deletions
|
@ -40,6 +40,8 @@ namespace Mangle
|
|||
}
|
||||
}
|
||||
};
|
||||
|
||||
typedef boost::shared_ptr<EventList> EventListPtr;
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue