mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-19 20:53:50 +00:00
Add comment
This commit is contained in:
parent
fc449233be
commit
7a983340bf
1 changed files with 3 additions and 0 deletions
|
@ -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…
Reference in a new issue