mirror of
https://github.com/OpenMW/openmw.git
synced 2026-01-04 15:43:07 +00:00
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