mirror of
https://github.com/kuhyx/engineer-thesis-WUT.git
synced 2026-07-04 13:43:28 +02:00
chore: move glm and glfw into dependencies folder
This commit is contained in:
parent
937acac0d7
commit
81fe93bfa5
Binary file not shown.
@ -6,8 +6,8 @@
|
||||
#include <string>
|
||||
|
||||
#include "../dependencies/include/glad/glad.h"
|
||||
#include <glm/glm.hpp>
|
||||
#include <glm/gtc/type_ptr.hpp>
|
||||
#include "../dependencies/include/glm/glm/glm.hpp"
|
||||
#include "../dependencies/include/glm/glm/gtc/type_ptr.hpp"
|
||||
|
||||
|
||||
// General purpose shader object. Compiles from file, generates
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user