summary refs log tree commit diff stats
path: root/src/renderer/texture.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/renderer/texture.cpp')
-rw-r--r--src/renderer/texture.cpp6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/renderer/texture.cpp b/src/renderer/texture.cpp index 2728665..04d5cf4 100644 --- a/src/renderer/texture.cpp +++ b/src/renderer/texture.cpp
@@ -1,13 +1,9 @@
1#include "texture.h" 1#include "texture.h"
2#include <stdexcept> 2#include <stdexcept>
3#include <stb_image.h>
3#include "renderer.h" 4#include "renderer.h"
4#include "util.h" 5#include "util.h"
5 6
6// include stb_image
7#define STBI_ONLY_PNG
8#define STBI_ONLY_BMP
9#include "stb_image.h"
10
11Texture::Texture( 7Texture::Texture(
12 int width, 8 int width,
13 int height) : 9 int height) :