aboutsummaryrefslogtreecommitdiff
path: root/src/libjin/Graphics/je_texture.h
diff options
context:
space:
mode:
authorchai <chaifix@163.com>2018-10-21 16:21:16 +0800
committerchai <chaifix@163.com>2018-10-21 16:21:16 +0800
commit07770f3ad369ff47386310b731d349f7af1fe0d9 (patch)
tree7547b1a8b2beaceb31ea1b62edbdaa5cd6a1b247 /src/libjin/Graphics/je_texture.h
parent066e5987c515dfc34537d73ca9d2a81ddd1f9e1b (diff)
*修改编译控制
Diffstat (limited to 'src/libjin/Graphics/je_texture.h')
-rw-r--r--src/libjin/Graphics/je_texture.h13
1 files changed, 12 insertions, 1 deletions
diff --git a/src/libjin/Graphics/je_texture.h b/src/libjin/Graphics/je_texture.h
index e5c9cff..5238aa1 100644
--- a/src/libjin/Graphics/je_texture.h
+++ b/src/libjin/Graphics/je_texture.h
@@ -13,6 +13,7 @@ namespace JinEngine
{
namespace Graphics
{
+
///
///
///
@@ -22,7 +23,17 @@ namespace JinEngine
///
///
///
- static Texture* createTexture(Bitmap* bitmap);
+ static Texture* createTexture(const char* path);
+
+ ///
+ ///
+ ///
+ static Texture* createTexture(Bitmap* bitmap);
+
+ ///
+ ///
+ ///
+ static Texture* createTexture();
///
///