#ifndef ILODQUADMANAGER_H
#define ILODQUADMANAGER_H

#include <interfaces/ITerrain.h>

struct ILoDQuadManager: public ITerrain
{
};

#endif
