mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-21 21:49:19 +02:00
maintenance: removed deprecated ground code
This commit is contained in:
@@ -50,9 +50,6 @@ enum TAnimType // rodzaj animacji
|
||||
at_Undefined = 0x800000FF // animacja chwilowo nieokreślona
|
||||
};
|
||||
|
||||
#ifdef EU07_USE_OLD_GROUNDCODE
|
||||
class TGroundNode;
|
||||
#endif
|
||||
namespace scene {
|
||||
class shape_node;
|
||||
}
|
||||
@@ -216,9 +213,6 @@ public:
|
||||
std::vector<float4x4>&);
|
||||
void serialize_geometry( std::ostream &Output ) const;
|
||||
// places contained geometry in provided ground node
|
||||
#ifdef EU07_USE_OLD_GROUNDCODE
|
||||
void convert( TGroundNode &Groundnode ) const;
|
||||
#endif
|
||||
};
|
||||
|
||||
class TModel3d : public CMesh
|
||||
|
||||
Reference in New Issue
Block a user