includes refactor
This commit is contained in:
@@ -1,11 +1,12 @@
|
||||
#ifndef GRAPHICS_CORE_TEXTURE_HPP_
|
||||
#define GRAPHICS_CORE_TEXTURE_HPP_
|
||||
|
||||
#include <string>
|
||||
#include <memory>
|
||||
#include "../../typedefs.hpp"
|
||||
#include "ImageData.hpp"
|
||||
|
||||
#include <string>
|
||||
#include <memory>
|
||||
|
||||
class Texture {
|
||||
protected:
|
||||
uint id;
|
||||
|
||||
Reference in New Issue
Block a user