11 lines
102 B
C++
11 lines
102 B
C++
![]() |
#include <lol/Texture.hpp>
|
||
|
|
||
|
#include <glad/glad.h>
|
||
|
|
||
|
namespace lol
|
||
|
{
|
||
|
Texture2D::Texture2D()
|
||
|
{
|
||
|
|
||
|
}
|
||
|
}
|