summaryrefslogtreecommitdiff
path: root/src/core/texture.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/texture.h')
-rw-r--r--src/core/texture.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/texture.h b/src/core/texture.h
index 06016ad..4e2c992 100644
--- a/src/core/texture.h
+++ b/src/core/texture.h
@@ -29,6 +29,8 @@ typedef struct {
Texture* texture_loadfromfile(const char* path);
Texture* texture_create(uint width, uint height);
+void texture_save(const char* file);
+
void texture_setfiltermode(Texture* tex, FilterMode filter);
void texture_setwrapmode(Texture* tex, WrapMode wrap);