diff options
Diffstat (limited to 'src/libjin/Graphics/je_texture.h')
-rw-r--r-- | src/libjin/Graphics/je_texture.h | 13 |
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(); /// /// |