#ifndef SMODELDATA_H #define SMODELDATA_H #include "SSurface.h" #include struct SModelData { CAABox mAABox; std::vector mSurfaces; }; #endif // SMODELDATA_H