1
0
mirror of https://github.com/rwengine/openrw.git synced 2024-11-25 20:02:40 +01:00
openrw/rwviewer/views
Filip Gawin f3a718611e Convert data of FileContentsInfo to unique_ptr
I've removed copy ctor and copy assign operator.
We use here unique_ptr so copying should not happen.
2018-08-06 23:08:34 +02:00
..
ModelViewer.cpp Remove unneed FileHandle (aka shared_ptr) 2018-08-06 22:42:09 +02:00
ModelViewer.hpp Overahaul of rwviewer to simplify the code and improve usability 2018-01-27 21:44:18 +00:00
ObjectViewer.cpp rwviewer: select rows in object viewer 2018-08-04 01:17:13 +02:00
ObjectViewer.hpp Overahaul of rwviewer to simplify the code and improve usability 2018-01-27 21:44:18 +00:00
TextViewer.cpp Convert data of FileContentsInfo to unique_ptr 2018-08-06 23:08:34 +02:00
TextViewer.hpp rwlib+rwengine+rwviewer: address feedback comments 2018-08-06 00:16:33 +02:00
ViewerInterface.cpp Overahaul of rwviewer to simplify the code and improve usability 2018-01-27 21:44:18 +00:00
ViewerInterface.hpp Overahaul of rwviewer to simplify the code and improve usability 2018-01-27 21:44:18 +00:00
WorldViewer.cpp Overahaul of rwviewer to simplify the code and improve usability 2018-01-27 21:44:18 +00:00
WorldViewer.hpp Overahaul of rwviewer to simplify the code and improve usability 2018-01-27 21:44:18 +00:00