Motor OpenGL
Cargando...
Buscando...
Nada coincide
pch.h
1#pragma once
2
3// --- Librerķas de C++ ---
4#include <iostream>
5#include <vector>
6#include <string>
7#include <memory>
8
9// --- Librerķas del Motor ---
10#include <glad/glad.h>
11#include <GLFW/glfw3.h>
12#include <glm/glm.hpp>
13#include <glm/gtc/matrix_transform.hpp>
14#include <glm/gtc/type_ptr.hpp>