Improved openGL and ImGUI implementation

This commit is contained in:
2026-02-26 19:20:41 +00:00
parent 2364038c5c
commit 645faf6546
7 changed files with 102 additions and 84 deletions
+1 -1
View File
@@ -6,7 +6,7 @@
extern "C" {
#endif
char* readFile(const char* filePath);
char* read_file(const char* filePath);
#ifdef __cplusplus
}
+8
View File
@@ -0,0 +1,8 @@
#ifndef MAIN_H
#define MAIN_H
#include <glad/glad.h> // Include GLAD before GLFW
#include <GLFW/glfw3.h>
#include <iostream>
#endif // MAIN_H