#ifndef ISKYBOX_H
#define ISKYBOX_H

#include <interfaces/IDrawable.h>

struct ISkyBox: public IDrawable
{
};

#endif

