mirror of
https://github.com/TomHarte/CLK.git
synced 2024-11-01 10:05:55 +00:00
17 lines
312 B
C++
17 lines
312 B
C++
//
|
|
// OpenGL.h
|
|
// Clock Signal
|
|
//
|
|
// Created by Thomas Harte on 07/02/2016.
|
|
// Copyright © 2016 Thomas Harte. All rights reserved.
|
|
//
|
|
|
|
#ifndef OpenGL_h
|
|
#define OpenGL_h
|
|
|
|
// TODO: figure out correct include paths for other platforms.
|
|
#include <OpenGL/OpenGL.h>
|
|
#include <OpenGL/gl3.h>
|
|
|
|
#endif /* OpenGL_h */
|