added glfw and glad to the project
This commit is contained in:
parent
e70941e3c0
commit
4541cb7d0e
8 changed files with 8023 additions and 2 deletions
2532
src/glad.c
Normal file
2532
src/glad.c
Normal file
File diff suppressed because it is too large
Load diff
|
@ -1,4 +1,6 @@
|
|||
#include <iostream>
|
||||
#include <glad/glad.h>
|
||||
#include <GLFW/glfw3.h>
|
||||
|
||||
int main() {
|
||||
std::cout << "Hello, world!\n";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue