#include "Tank.hpp" Tank::Tank() { if (!isMeshLoaded) { LoadMeshFromObjFile("tank_sample.obj"); isMeshLoaded = true; } }