14 lines
114 B
C++
14 lines
114 B
C++
|
#pragma once
|
||
|
|
||
|
#include "../monitor.hpp"
|
||
|
|
||
|
|
||
|
namespace hpr::gpu::glfw
|
||
|
{
|
||
|
|
||
|
class Monitor : public gpu::Monitor
|
||
|
{
|
||
|
|
||
|
};
|
||
|
|
||
|
}
|