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 */