#pragma once
#include <renderer/shared_context.hpp>
namespace lt {
class glSharedContext: public SharedContext
{
};
} // namespace lt