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

14 lines
114 B
C++
Raw Normal View History

2022-10-27 22:27:50 +05:00
#pragma once
#include "../monitor.hpp"
namespace hpr::gpu::glfw
{
class Monitor : public gpu::Monitor
{
};
}