DuctTaped_GL/DGL/DGL.hpp
Ed94 a2c8213070 Final for assignment 1
decided to just use proper naming
2020-02-27 14:34:42 -05:00

21 lines
402 B
C++

/*
Title : Duct Taped GL: Library Head
Author: Edward R. Gonzalez
Description:
This is the header that should be included into the application using this library.
Includes the rest of the library.
*/
#pragma once
// DGL
#include "DGL_Enum.hpp"
#include "DGL_Types.hpp"
#include "DGL_Buffers.hpp"
#include "DGL_Shader.hpp"
#include "DGL_Space.hpp"
#include "DGL_Model.hpp"
#include "DGL_Entity.hpp"