includes for my sanity

This commit is contained in:
2024-08-01 12:30:23 +03:00
parent 5d3dfa1f3e
commit 056a8802a3

View File

@@ -1,8 +1,10 @@
#include <GL/glew.h>
#include <GLFW/glfw3.h>
#include <GLES2/gl2.h>
#include <EGL/egl.h>
#include <GL/glut.h>
// #include <GLES2/gl2.h>
#include <iostream>
#include "pog.h"
int main() {
int x;
glfwInit();