diff options
author | pryazha <pryadeiniv@mail.ru> | 2025-03-19 08:46:04 +0500 |
---|---|---|
committer | pryazha <pryadeiniv@mail.ru> | 2025-03-19 08:46:04 +0500 |
commit | b1389bad67cccd3da6815c2d5a436c177f09594b (patch) | |
tree | 393dee77b5faef3cfd6e78eda8ac07273cdcc85e /prge_texture.h | |
parent | 34821e9fefb0d7cbf9e72a2457b2901edbbe03bb (diff) |
window, texture, model, camera and gui (silly button)
Diffstat (limited to 'prge_texture.h')
-rw-r--r-- | prge_texture.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/prge_texture.h b/prge_texture.h new file mode 100644 index 0000000..cb4c4cc --- /dev/null +++ b/prge_texture.h @@ -0,0 +1,6 @@ +#ifndef PRGE_TEXTURE_H +#define PRGE_TEXTURE_H + +Texture texture_load(Arena *arena, Str8 filename); + +#endif /* PRGE_TEXTURE_H */ |