hyporo-cpp/source/hyporo/gpu/glfw/monitor.cpp

14 lines
171 B
C++

#include "monitor.hpp"
namespace hpr::gpu::glfw
{
Monitor::Monitor() :
gpu::Monitor {Provider::GLFW},
p_instance {nullptr}
{}
Monitor::~Monitor() = default;
}