blasphemy

This commit is contained in:
Lauchmelder 2021-12-23 04:19:13 +01:00
parent 923213a650
commit 711d18e718
11 changed files with 74 additions and 35 deletions

11
src/Texture.cpp Normal file
View file

@ -0,0 +1,11 @@
#include <lol/Texture.hpp>
#include <glad/glad.h>
namespace lol
{
Texture2D::Texture2D()
{
}
}