diff options
| author | Uneven Prankster <unevenprankster@protonmail.com> | 2023-10-15 21:28:29 -0300 |
|---|---|---|
| committer | Uneven Prankster <unevenprankster@protonmail.com> | 2023-10-15 21:28:29 -0300 |
| commit | 1c0cc775732201f4c4d3ee0d6772be786b3b4aa1 (patch) | |
| tree | f5d692d046868261275c7430a624c3ea9ed75d3d /src/texture_sys.h | |
| parent | a89f892640cf12f75c7ce18e6e88c70a8d3965ed (diff) | |
A lot has certainly happened!
Diffstat (limited to 'src/texture_sys.h')
| -rw-r--r-- | src/texture_sys.h | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/src/texture_sys.h b/src/texture_sys.h deleted file mode 100644 index 50adc3a..0000000 --- a/src/texture_sys.h +++ /dev/null @@ -1,16 +0,0 @@ -#pragma once - -#include "utils.h" -#include "config.h" - -void init_tex_sys(void); - -i32 load_new_tex(const char* path); - -void draw_texture(i32 idx, i32 x, i32 y); - -void update_textures(void); - -void unload_tex(i32 idx); - -void unload_active_textures(void); |
