#ifndef SMESHPOINTER_H #define SMESHPOINTER_H #include #include #include #include #include struct SMeshPointer { CSceneNode *pNode; u32 Asset; CAABox AABox; ERenderCommand Command; }; #endif // SMESHPOINTER_H