COSC-3P98-Final-Project/include/render/gl.h

15 lines
286 B
C

/*
* Created by Brett on 08/02/23.
* Licensed under GNU General Public License V3.0
* See LICENSE file for license detail
*/
#ifndef FINALPROJECT_GL_H
#define FINALPROJECT_GL_H
// pulls in gl headers along with window tools
#include <render/window.h>
#endif //FINALPROJECT_GL_H