mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-02-04 03:40:14 +00:00
Add comment
This commit is contained in:
parent
fc449233be
commit
7a983340bf
@ -97,6 +97,9 @@ namespace MWWorld
|
||||
|
||||
public:
|
||||
|
||||
/// Make a copy of the given object and insert it into this cell.
|
||||
/// @note If you get a linker error here, this means the given type can not be inserted into a cell.
|
||||
/// The supported types are defined at the bottom of this file.
|
||||
template <typename T>
|
||||
LiveCellRefBase* insert(const LiveCellRef<T>* ref);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user