ICT290 / src / glIncludes.h
glIncludes.h
Raw
#pragma once

// opengl sucks, glad only allows it to be included once, yet doesn't use
// pragma/ifndef heres your pragma glad! :|
#include <glad/glad.h>

// SDL must be included after GLAD
#include <SDL.h>