#pragma once #include "GameObject.h" class Schiene : public GameObject { public: Schiene( int x, int y, int width, int height ); };