| 143 | virtual bool exportMesh( const v1::Mesh *mesh ) { return true; } |
| 144 | virtual bool exportItem( const Item *item ) { return true; } |
| 145 | virtual bool exportEntity( const v1::Entity *entity ) { return true; } |
| 146 | virtual bool exportLight( const Light *light ) { return true; } |
| 147 | virtual bool exportDecal( const Decal *decal ) { return true; } |
| 148 | }; |