mirror of
https://github.com/TomHarte/CLK.git
synced 2024-11-06 12:07:57 +00:00
13 lines
226 B
C++
13 lines
226 B
C++
//
|
|
// CRTFrameBuilder.cpp
|
|
// Clock Signal
|
|
//
|
|
// Created by Thomas Harte on 04/02/2016.
|
|
// Copyright © 2016 Thomas Harte. All rights reserved.
|
|
//
|
|
|
|
#include "CRT.hpp"
|
|
#include "CRTOpenGL.hpp"
|
|
|
|
using namespace Outputs::CRT;
|