aboutsummaryrefslogtreecommitdiff
path: root/assets/blender/industrial
Commit message (Collapse)AuthorAge
* Remove blend1 files cluttering the assets directoryorwell962017-03-08
|
* Restructure mod directoryorwell962017-01-04
ranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ #ifndef CLIENTSIMPLEOBJECT_HEADER #define CLIENTSIMPLEOBJECT_HEADER #include "irrlichttypes_bloated.h" class ClientEnvironment; class ClientSimpleObject { protected: public: bool m_to_be_removed; ClientSimpleObject(): m_to_be_removed(false) {}