summaryrefslogtreecommitdiff
path: root/prge_texture.h
blob: cb4c4cc76f02a060a4aad3c3e5f9acef1e3794d8 (plain)
1
2
3
4
5
6
#ifndef PRGE_TEXTURE_H
#define PRGE_TEXTURE_H

Texture texture_load(Arena *arena, Str8 filename);

#endif /* PRGE_TEXTURE_H */