Torque3D/Engine
Phillip Khandeliants 32c5ada995 Fixed V591: Non-void function should return a value
If there is needed to prevent the copying of the object, then there is no need to provide the definition of the copy constructor and the assignment operator, because the member functions and friendly functions can still call them. If the code is compiled by a compiler with support for the C++11 standard, you can delete them using the keyword 'delete'
2017-04-27 10:33:31 +03:00
..
bin style.css changes for Project Manager modules 2013-05-01 17:08:43 -04:00
lib squish update (primarily to add additional formats for later usage) 2017-03-30 20:44:35 -05:00
source Fixed V591: Non-void function should return a value 2017-04-27 10:33:31 +03:00