aboutsummaryrefslogtreecommitdiff
path: root/src/libjin/Graphics/Texture.h
diff options
context:
space:
mode:
authorchai <chaifix@163.com>2018-09-02 10:08:58 +0800
committerchai <chaifix@163.com>2018-09-02 10:08:58 +0800
commit3bb587f0d7c471a70683fa7d26939d21968dea98 (patch)
tree6ef9e75b5159dda0a8d1dc4ef8640be4eacc6343 /src/libjin/Graphics/Texture.h
parent862763a88f6b4a6cb6c034287c509a91776adf8b (diff)
*update
Diffstat (limited to 'src/libjin/Graphics/Texture.h')
-rw-r--r--src/libjin/Graphics/Texture.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/libjin/Graphics/Texture.h b/src/libjin/Graphics/Texture.h
index 1e7a2f5..947021a 100644
--- a/src/libjin/Graphics/Texture.h
+++ b/src/libjin/Graphics/Texture.h
@@ -15,7 +15,6 @@ namespace graphics
{
public:
-
static Texture* createTexture(const char* file);
static Texture* createTexture(const void* mem, size_t size);
@@ -24,7 +23,6 @@ namespace graphics
color getPixel(int x, int y);
private:
-
Texture();
bool loadb(const void* buffer, size_t size);