#ifndef __TEXTURES_H__ #define __TEXTURES_H__ #include uint32_t load_texture(const char* path); #endif