generated from AfonsoCMSousa/CPP-OpenGLTemplate
9 lines
144 B
C++
9 lines
144 B
C++
#ifndef MAIN_H
|
|
#define MAIN_H
|
|
|
|
#include <glad/glad.h> // Include GLAD before GLFW
|
|
#include <GLFW/glfw3.h>
|
|
#include <iostream>
|
|
|
|
#endif // MAIN_H
|