From d49f3d3f73709a9a7c0bce53aa13ed28a2bd27cb Mon Sep 17 00:00:00 2001 From: chai Date: Mon, 23 Dec 2019 23:59:02 +0800 Subject: *misc --- src/core/texture.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/core/texture.h') 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); -- cgit v1.1-26-g67d0