14 lines
589 B
C++
14 lines
589 B
C++
/***********************************************************************
|
|
* Copyright 2011-2012 Computer Graphics Group RWTH Aachen University. *
|
|
* All rights reserved. *
|
|
* Distributed under the terms of the MIT License (see LICENSE.TXT). *
|
|
**********************************************************************/
|
|
|
|
#pragma once
|
|
|
|
#include <ACGL/ACGL.hh>
|
|
#include <ACGL/OpenGL/Controller/ShaderControlFile.hh>
|
|
#include <ACGL/OpenGL/Controller/ShaderProgramControlFiles.hh>
|
|
#include <ACGL/OpenGL/Controller/VertexArrayObjectControlFile.hh>
|
|
|