diff options
author | pryazha <pryadeiniv@mail.ru> | 2025-03-27 08:27:46 +0500 |
---|---|---|
committer | pryazha <pryadeiniv@mail.ru> | 2025-03-27 08:27:46 +0500 |
commit | 92a8eb610f40c9770569ca63ca1bd705a6d3497d (patch) | |
tree | 7cb8edbf29e51aea24bc55be066b55033fe8fa1d /prge_texture.h | |
parent | b1389bad67cccd3da6815c2d5a436c177f09594b (diff) |
audio, renaming
Diffstat (limited to 'prge_texture.h')
-rw-r--r-- | prge_texture.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/prge_texture.h b/prge_texture.h index cb4c4cc..d8fe72f 100644 --- a/prge_texture.h +++ b/prge_texture.h @@ -1,6 +1 @@ -#ifndef PRGE_TEXTURE_H -#define PRGE_TEXTURE_H - -Texture texture_load(Arena *arena, Str8 filename); - -#endif /* PRGE_TEXTURE_H */ +Texture load_texture(Arena *arena, const char *fname, B32 gamma); |