added glfw and glad to the project

This commit is contained in:
Lukian 2025-01-28 10:42:14 +01:00
parent e70941e3c0
commit 4541cb7d0e
8 changed files with 8023 additions and 2 deletions

View file

@ -1,4 +1,6 @@
#include <iostream>
#include <glad/glad.h>
#include <GLFW/glfw3.h>
int main() {
std::cout << "Hello, world!\n";