#ifndef PLATFORMSTAIR_H #define PLATFORMSTAIR_H #include "Stair.h"; class PlatformStair { Stair s1; BBox2 platform; Stair s2; }; #endif // PLATFORMSTAIR_H